Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Stacked Bar Chart Custom Series Color by Series Name

Oliver K.Aug 22 2018 — edited Aug 22 2018

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:
NameTypeDescription
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
This post has been answered by Pierre Yotti on Aug 22 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2018
Added on Aug 22 2018
4 comments
546 views