1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Remove unused chart settings

This commit is contained in:
Andrew Kingston 2020-11-04 14:26:14 +00:00
parent d9853829ab
commit 3fec9243b2
2 changed files with 3 additions and 46 deletions

View file

@ -601,13 +601,6 @@ export default {
valueKey: "checked", valueKey: "checked",
defaultValue: true, defaultValue: true,
}, },
{
label: "Fill",
key: "fill",
control: Checkbox,
valueKey: "checked",
defaultValue: true,
},
{ {
label: "Legend", label: "Legend",
key: "legend", key: "legend",
@ -702,13 +695,6 @@ export default {
valueKey: "checked", valueKey: "checked",
defaultValue: true, defaultValue: true,
}, },
{
label: "Fill",
key: "fill",
control: Checkbox,
valueKey: "checked",
defaultValue: true,
},
{ {
label: "Legend", label: "Legend",
key: "legend", key: "legend",
@ -721,7 +707,7 @@ export default {
key: "stacked", key: "stacked",
control: Checkbox, control: Checkbox,
valueKey: "checked", valueKey: "checked",
defaultValue: false, defaultValue: true,
}, },
{ {
label: "Gradient", label: "Gradient",

View file

@ -467,10 +467,6 @@
], ],
"default": "Smooth" "default": "Smooth"
}, },
"fill": {
"type": "bool",
"default": true
},
"legend": "bool", "legend": "bool",
"yAxisUnits": { "yAxisUnits": {
"type": "options", "type": "options",
@ -517,12 +513,11 @@
], ],
"default": "Smooth" "default": "Smooth"
}, },
"fill": { "legend": "bool",
"stacked": {
"type": "bool", "type": "bool",
"default": true "default": true
}, },
"legend": "bool",
"stacked": "bool",
"gradient": "bool", "gradient": "bool",
"yAxisUnits": { "yAxisUnits": {
"type": "options", "type": "options",
@ -597,30 +592,6 @@
"placeholder": "string" "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": { "link": {
"name": "Link", "name": "Link",
"description": "an HTML anchor <a> tag", "description": "an HTML anchor <a> tag",