|
|
|
@ -680,12 +680,14 @@ export default { |
|
|
|
{ |
|
|
|
label: "Name Label", |
|
|
|
key: "nameLabel", |
|
|
|
control: Input, |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Value Label", |
|
|
|
key: "valueLabel", |
|
|
|
control: Input, |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Y Axis Label", |
|
|
|
@ -789,6 +791,24 @@ export default { |
|
|
|
key: "datasource", |
|
|
|
control: ModelViewSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Name Label", |
|
|
|
key: "nameLabel", |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Group Label", |
|
|
|
key: "groupLabel", |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Value Label", |
|
|
|
key: "valueLabel", |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Color", |
|
|
|
key: "color", |
|
|
|
@ -827,16 +847,6 @@ export default { |
|
|
|
control: OptionSelect, |
|
|
|
options: ["vertical", "horizontal", "full"], |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Group Label", |
|
|
|
key: "groupLabel", |
|
|
|
control: Input, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Name Label", |
|
|
|
key: "nameLabel", |
|
|
|
control: Input, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Value Label", |
|
|
|
key: "valueLabel", |
|
|
|
@ -884,6 +894,24 @@ export default { |
|
|
|
key: "datasource", |
|
|
|
control: ModelViewSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Value Label", |
|
|
|
key: "valueLabel", |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Topic Label", |
|
|
|
key: "topicLabel", |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Date Label", |
|
|
|
key: "dateLabel", |
|
|
|
dependsOn: "datasource", |
|
|
|
control: ModelViewFieldSelect, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Colors", |
|
|
|
key: "color", |
|
|
|
@ -941,21 +969,6 @@ export default { |
|
|
|
control: OptionSelect, |
|
|
|
options: ["vertical", "horizontal", "full"], |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Date Label", |
|
|
|
key: "dateLabel", |
|
|
|
control: Input, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Topic Label", |
|
|
|
key: "topicLabel", |
|
|
|
control: Input, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Value Label", |
|
|
|
key: "valueLabel", |
|
|
|
control: Input, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "X Axis Label", |
|
|
|
key: "xAxisLabel", |
|
|
|
|