charttype prop for datachart
This commit is contained in:
parent
2cd309bfdc
commit
1f64bf8d16
|
@ -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"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue