Remove additional unused chart settings
This commit is contained in:
parent
b358685172
commit
3b97a538a6
|
@ -469,12 +469,6 @@ export default {
|
||||||
key: "xAxisLabel",
|
key: "xAxisLabel",
|
||||||
control: Input,
|
control: Input,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: "Color",
|
|
||||||
// key: "color",
|
|
||||||
// control: Colorpicker,
|
|
||||||
// defaultValue: "#4285f4",
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
label: "Width",
|
label: "Width",
|
||||||
key: "width",
|
key: "width",
|
||||||
|
@ -563,12 +557,6 @@ export default {
|
||||||
key: "xAxisLabel",
|
key: "xAxisLabel",
|
||||||
control: Input,
|
control: Input,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: "Color",
|
|
||||||
// key: "color",
|
|
||||||
// control: Colorpicker,
|
|
||||||
// defaultValue: "#4285f4",
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
label: "Width",
|
label: "Width",
|
||||||
key: "width",
|
key: "width",
|
||||||
|
@ -657,12 +645,6 @@ export default {
|
||||||
key: "xAxisLabel",
|
key: "xAxisLabel",
|
||||||
control: Input,
|
control: Input,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: "Color",
|
|
||||||
// key: "color",
|
|
||||||
// control: Colorpicker,
|
|
||||||
// defaultValue: "#4285f4",
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
label: "Width",
|
label: "Width",
|
||||||
key: "width",
|
key: "width",
|
||||||
|
@ -748,12 +730,6 @@ export default {
|
||||||
dependsOn: "datasource",
|
dependsOn: "datasource",
|
||||||
control: TableViewFieldSelect,
|
control: TableViewFieldSelect,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: "Color",
|
|
||||||
// key: "color",
|
|
||||||
// control: Colorpicker,
|
|
||||||
// defaultValue: "#4285f4",
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
label: "Width",
|
label: "Width",
|
||||||
key: "width",
|
key: "width",
|
||||||
|
@ -818,12 +794,6 @@ export default {
|
||||||
dependsOn: "datasource",
|
dependsOn: "datasource",
|
||||||
control: TableViewFieldSelect,
|
control: TableViewFieldSelect,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: "Color",
|
|
||||||
// key: "color",
|
|
||||||
// control: Colorpicker,
|
|
||||||
// defaultValue: "#4285f4",
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
label: "Width",
|
label: "Width",
|
||||||
key: "width",
|
key: "width",
|
||||||
|
|
|
@ -404,10 +404,6 @@
|
||||||
"datasource": "tables",
|
"datasource": "tables",
|
||||||
"labelColumn": "string",
|
"labelColumn": "string",
|
||||||
"valueColumns": "string",
|
"valueColumns": "string",
|
||||||
"color": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "#4285f4"
|
|
||||||
},
|
|
||||||
"height": {
|
"height": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "400"
|
"default": "400"
|
||||||
|
@ -439,10 +435,6 @@
|
||||||
"datasource": "tables",
|
"datasource": "tables",
|
||||||
"labelColumn": "string",
|
"labelColumn": "string",
|
||||||
"valueColumns": "string",
|
"valueColumns": "string",
|
||||||
"color": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "#4285f4"
|
|
||||||
},
|
|
||||||
"height": {
|
"height": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "400"
|
"default": "400"
|
||||||
|
@ -485,10 +477,6 @@
|
||||||
"datasource": "tables",
|
"datasource": "tables",
|
||||||
"labelColumn": "string",
|
"labelColumn": "string",
|
||||||
"valueColumns": "string",
|
"valueColumns": "string",
|
||||||
"color": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "#4285f4"
|
|
||||||
},
|
|
||||||
"height": {
|
"height": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "400"
|
"default": "400"
|
||||||
|
@ -536,10 +524,6 @@
|
||||||
"datasource": "tables",
|
"datasource": "tables",
|
||||||
"labelColumn": "string",
|
"labelColumn": "string",
|
||||||
"valueColumn": "string",
|
"valueColumn": "string",
|
||||||
"color": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "#4285f4"
|
|
||||||
},
|
|
||||||
"height": {
|
"height": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "200"
|
"default": "200"
|
||||||
|
@ -564,10 +548,6 @@
|
||||||
"datasource": "tables",
|
"datasource": "tables",
|
||||||
"labelColumn": "string",
|
"labelColumn": "string",
|
||||||
"valueColumn": "string",
|
"valueColumn": "string",
|
||||||
"color": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "#4285f4"
|
|
||||||
},
|
|
||||||
"height": {
|
"height": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "200"
|
"default": "200"
|
||||||
|
|
Loading…
Reference in New Issue