Bar chart color.

0
Hi, I am using bar chart in my application. After running I can able to see the graph with default colors not the color which I set within color attribute of Series entity as shown below: output: How should I show color from my color attribute in series entity?
asked
2 answers
0

Heey Samarth

Are you sure your atrribute of color is filled with data? And your attribute has a value, is it filled with a value that the widget understands?

Kind regards,

Edo

answered
-1

Try to configure it in the advanced tab of the series:

“marker”: { “color”: “#1F618D” }

If you enable development mode, you can also see how the configuration is set up using the ‘toggle editor’ button next to the chart. I've had similar layout issues with the preconfigured chart types like bar using dynamic values. In the advanced tabs of the series you are able to override default data values for this type of chart.

answered