cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Reseting Initial view and Pie chart color?

0 Kudos

Hello Everyone,


I'm stucking to an issue with SAP Lumira

each time, I change my dataset, I have to remodify my initial view and then all color I applied to my charts are changing, so it's becoming something very hard to maintain... So I would like to know if there is a way to avoid this issue?

For the initial view, is it possible to do something?

and for the charts, Maybe like with power bi, is it possible to define default color to charts or maybe using css to define my slices color, I tried to find the css element but I'm not able to find it

Any idea of what is the name of this css element ?

Thanks for your help

Kind regards

Accepted Solutions (0)

Answers (1)

Answers (1)

mario_panzenboeck
Contributor
0 Kudos

Hello!

Could this maybe be a workaround for you?

Add the technical component "Components" and try something like:

COMPONENTS.copyProperties(CHART_COPY, CHART_1);

Maybe this will help you to copy the properties (and also color definitions, ...) to a (hidden) chart and copy it over again...?

Best regards,

Mario