1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +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",
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",

View file

@ -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",