charttype prop for datachart

This commit is contained in:
Martin McKeaveney 2020-06-03 20:38:46 +01:00
parent 2cd309bfdc
commit 1f64bf8d16
1 changed files with 14 additions and 1 deletions

View File

@ -323,7 +323,20 @@ export default {
label: "Chart Type", label: "Chart Type",
key: "type", key: "type",
control: OptionSelect, control: OptionSelect,
options: ["column2d", "password"], options: [
"column2d",
"column3d",
"line",
"area2d",
"bar2d",
"bar3d",
"pie2d",
"pie3d",
"doughnut2d",
"doughnut3d",
"pareto2d",
"pareto3d"
]
}, },
], ],
}, },