Post Closed
775
Views
5
Comments
Solved
Where can I change the colors of each DataSeriesName in Chart widget?
Application Type
Reactive

I want to change the settings of the color for DataSeriesName in Chart properties as below.


In the example of this image, I want  colors of the round of DataseriesName to display like this.

orange round> ASD,   blue round> BBD , green round> SDD.

But now, the colors of DataseriesName don't match each column color.

I'm setting Color here in properties of Chart like this.

I wonder where I can change them.

Are you familiar with this ?

It'd be nice if you could tell me where or how I can do it. 


Best,

2018-10-18 08-34-00
Eric Bulters
 
MVP
Solution

Hi Tsubasa,

You might want to use the DataSeriesFormat to set the color of your series

UserImage.jpg
Tsubasa Yoshikawa

Thank you! I got a solution thanks to you.

I got what I want.

2024-01-31 05-29-41
Akshay Deshpande

Hello tsubasa,

https://www.outsystems.com/forums/discussion/12548/chart-colors/#Post45537

Please check the similar post might be this will helps you 

Thanks and regards,

Akshay Deshpande

2021-06-02 20-50-04
Márcio Carvalho

Hello Tsubasa!

To add a bit more of other use cases have a look at this post. The one that Akshay shared is quite good too.

One other thing, I advise you to have a look at the HighCharts documentation.

Kind Regards,

Márcio

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Tsubasa,

In my experience, if the colours of the chart don't match with the columns of the legend, you have changed the chart colours in the wrong way. I think you may have changed the colours of the data points instead of the colours of the series.

2018-10-18 08-34-00
Eric Bulters
 
MVP
Solution

Hi Tsubasa,

You might want to use the DataSeriesFormat to set the color of your series

UserImage.jpg
Tsubasa Yoshikawa

Thank you! I got a solution thanks to you.

I got what I want.