hi,
I have a 100% Stacked Bar chart that displays various 'States'. I would like to assign same colour to those states even when toggled. For example, green should assigned only to 'Complete' state. Having 'SeriesColor' at 'kendo-chart' component level doesn't work. Any idea how to achieve this?
Please see stackblitz example in the link below
https://stackblitz.com/edit/angular-10-thmpbt-bfoybs?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
With Toggle On - green is assigned to 'Complete' state
With toggle off - orange is assigned to Complete state. But I need green to remain for Complete
Regards
Karthik