223
Views
2
Comments
Solved
[How to use OutSystems Charts Web] Change the color of different dataseries
Question
how-to-use-charts
Web icon
Forge asset by OutSystems Lab

Hey, 

I have 2 data series (DS) in an AreaChart and and I need to change their fillColor and lineColor properties. I had a look at your app and can't figure out how I can modify various DS. Right now I can only how to set one DS.

Can you please help?

Thanks in advance!

Regards,

Ricardo Freitas

2019-09-24 18-41-25
Jorge Martins
 
MVP
Solution

Hi Ricardo,

I assume this is what you want?

Without actually testing this in an example, I'm pretty sure you can use the AdvancedFormat_Init to customize that sort of information (check the DataSeriesFormats input parameter for instance).

2019-03-06 15-43-55
Ricardo de Freitas

Jorge Martins wrote:

Hi Ricardo,

I assume this is what you want?

Without actually testing this in an example, I'm pretty sure you can use the AdvancedFormat_Init to customize that sort of information (check the DataSeriesFormats input parameter for instance).


That is EXACTLY what I wanted. Thank you so much! :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.