Dipak Rathod Report post Posted August 31, 2021 (edited) Hi, I have used "scrollcolumn2d" chart type to render the chart. My requirement is to display different colors in same chart for different bars. currently as you can see in the screenshot, there is only one color for all bars. result["paletteColors"] = "#229DCD,#3CB5E6,#6DCFF6,#229DCD,#3CB5E6" this is the property m using for my color palette. Thanks & Regards, Dipak Rathod Edited August 31, 2021 by Dipak Rathod Share this post Link to post Share on other sites
Madhulika Mukherjee Report post Posted September 3, 2021 Hi, According to your query, the attribute "paletteColors" can be used if you have a multi-series plot. Since you have single series in your charts you can set the "color" attribute at the data level. Please refer to the sample: http://jsfiddle.net/5dzr6k9j/ Thanks, Madhulika Mukherjee Share this post Link to post Share on other sites