Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I`ve got simple data for my example: date, site, value. I want to have the same colour for the same site in different charts. Is this possible?
In my example in chart1 site A is blue; in the second chart site B is blue. How can I change that?
Thanks a lot.
Regards,
Clemens
For both charts check:
Properties -> Colors -> Persistent Colors
thank you!
Hello cscherer,
It is much better to provide the condition in the expression background color for different site and use the same condition in different charts.
For eg: IF(site='A',red(),if(site='B',green(),if(site='C',BLUE(),IF(site='D',CYAN(),IF(site='E',BLACK(),'')))))
thank you, I´ll test it!