Hi,
My Question is, how it can be done to customize the bar color by Series name. I found some JS Solution which references the series number, but in my case this is not fixed. I want to define the Color by Series Name like series name = urgent => red, relaxed => green.
within the ojchart documentation there is something like :
getSeries(seriesIndex) → {String}
Returns the series corresponding to the given index
Parameters:
| Name | Type | Description |
|---|
seriesIndex | String | the series index |
- Source:
Returns:
The series name corresponding to the given series index
- Type
- String
- I'm currently not able to do it :-(
- Apex Version is 18
- Thanks Oliver