Remove unused chart settings
This commit is contained in:
parent
ac2c54e1f2
commit
b358685172
|
@ -601,13 +601,6 @@ export default {
|
|||
valueKey: "checked",
|
||||
defaultValue: true,
|
||||
},
|
||||
{
|
||||
label: "Fill",
|
||||
key: "fill",
|
||||
control: Checkbox,
|
||||
valueKey: "checked",
|
||||
defaultValue: true,
|
||||
},
|
||||
{
|
||||
label: "Legend",
|
||||
key: "legend",
|
||||
|
@ -702,13 +695,6 @@ export default {
|
|||
valueKey: "checked",
|
||||
defaultValue: true,
|
||||
},
|
||||
{
|
||||
label: "Fill",
|
||||
key: "fill",
|
||||
control: Checkbox,
|
||||
valueKey: "checked",
|
||||
defaultValue: true,
|
||||
},
|
||||
{
|
||||
label: "Legend",
|
||||
key: "legend",
|
||||
|
@ -721,7 +707,7 @@ export default {
|
|||
key: "stacked",
|
||||
control: Checkbox,
|
||||
valueKey: "checked",
|
||||
defaultValue: false,
|
||||
defaultValue: true,
|
||||
},
|
||||
{
|
||||
label: "Gradient",
|
||||
|
|
|
@ -467,10 +467,6 @@
|
|||
],
|
||||
"default": "Smooth"
|
||||
},
|
||||
"fill": {
|
||||
"type": "bool",
|
||||
"default": true
|
||||
},
|
||||
"legend": "bool",
|
||||
"yAxisUnits": {
|
||||
"type": "options",
|
||||
|
@ -517,12 +513,11 @@
|
|||
],
|
||||
"default": "Smooth"
|
||||
},
|
||||
"fill": {
|
||||
"legend": "bool",
|
||||
"stacked": {
|
||||
"type": "bool",
|
||||
"default": true
|
||||
},
|
||||
"legend": "bool",
|
||||
"stacked": "bool",
|
||||
"gradient": "bool",
|
||||
"yAxisUnits": {
|
||||
"type": "options",
|
||||
|
@ -597,30 +592,6 @@
|
|||
"placeholder": "string"
|
||||
}
|
||||
},
|
||||
"datachart": {
|
||||
"description": "shiny chart",
|
||||
"data": true,
|
||||
"props": {
|
||||
"table": "tables",
|
||||
"type": {
|
||||
"type": "options",
|
||||
"default": "column2d",
|
||||
"options": [
|
||||
"column3d",
|
||||
"line",
|
||||
"area2d",
|
||||
"bar2d",
|
||||
"bar3d",
|
||||
"pie2d",
|
||||
"pie3d",
|
||||
"doughnut2d",
|
||||
"doughnut3d",
|
||||
"pareto2d",
|
||||
"pareto3d"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"name": "Link",
|
||||
"description": "an HTML anchor <a> tag",
|
||||
|
|
Loading…
Reference in New Issue