cancel
Showing results for 
Search instead for 
Did you mean: 

Info chart behaviour in design studio 1.6

Former Member
0 Kudos

Hi Experts,

Refered blogs before posting Question

https://archive.sap.com/discussions/thread/3893645

https://archive.sap.com/discussions/thread/3904919

I am using Info chart for one of our chart requirement.as stacked column combination chart not available in normal charts

so need to apply conditonal formatting which cant we achieve in info chart so i have used in BEX (exceptions).its working fine in BEX in design studio i changed setting Conditional formatting to true .but it was not effecting.

is there any setting i am missing here. could any one point me in right direction really appreciated

Thanks,

Varun

View Entire Topic
former_member206841
Participant
0 Kudos

Hello Varun,

On top of Bex Conditional formatting , apply css as below to achieve your desired results.

Bex:

CSS:

.changebexcolor .v-datapoint>rect[fill='#f3827b']{ fill:red; } [#f3827b is the color of bad3)

.changebexcolor.v-legend-marker[fill='#f3827b']{ fill:red; }

.changebexcolor.v-datapoint>rect[fill='#87c958']{ fill:green; } [#87c958 is the color of good1]

.changebexcolor.v-legend-marker[fill='#87c958']{ fill:green; }

Regards

Dinesh