Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
maniram23
Creator II
Creator II

Stacked Bar chart Color Issuse

Hi Experts,

I have a stacked bar chart, here we are using two dimensions and two expressions.

here one expression we are using to calculate the values another one is to show the values "text as  popup",

The issues is when we are using second expression to show the "Text as Popup" the bar colors are changing automatically.

I tried a lot.

please give me any suggestion.

Please find the attached file for the testing.

1 Solution

Accepted Solutions
Anonymous
Not applicable

you need to set the Checkbox Persistent Colors

View solution in original post

6 Replies
Anonymous
Not applicable

you need to set the Checkbox Persistent Colors

maniram23
Creator II
Creator II
Author

Hi Linder,

thanks for your replay,

i have to display same color sequence in second chart.

Anonymous
Not applicable

Hi I donot understand,can you post example (screenshot as I have your application)?

When I try the Colors are the same independant (with checkmark persistent Color)

I am not allowed to upload your qvw with persistent color

maniram23
Creator II
Creator II
Author

hi Rudolf,


The issue is its working fine in qlik desktop, but once we do a reload and publish it on access point there its getting changed. what's the work around for this.Pl kindly suggest.

ksomosera10
Creator II
Creator II

Hi Mani,

Just choose "Persistent Color" on the Colors Tab.

Thanks!

prieper
Master II
Master II

Under "Background" in the Expression you may enter something like

=PICK(MATCH(Bucket, '0-50', '50-60', '60-70', '70-80', '80-90', '90-100'),

    RGB(255, 255, 0),

    RGB(255, 0, 0),

    RGB(255, 128, 0),

    RGB(128, 128, 128),

    RGB(128, 255, 0),

    RGB(100, 100, 100))

and choose the colors as you wish.

Peter