Hi,
The line chart:
"lineChart": {
"outOfRange": {
"color": "@Concrete"
},
"label": {
"value": {
"color": "@TextColor", ///this comes from the variables
"fontSize": "@TextSize"
}
}
},
The Bar:
"barChart": {
"label": {
"value": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
},
"outOfRange": {
"color": "@TextColor"
}
},
Each chart needs a similar layout.
Ryan Arpe
Hi Ajay,
Have you figured out?
Thanks,
Venkat
Hi,
The line chart:
"lineChart": {
"outOfRange": {
"color": "@Concrete"
},
"label": {
"value": {
"color": "@TextColor", ///this comes from the variables
"fontSize": "@TextSize"
}
}
},
The Bar:
"barChart": {
"label": {
"value": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
},
"outOfRange": {
"color": "@TextColor"
}
},
Each chart needs a similar layout.
Ryan Arpe