Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

pie chart colours

Hi,

I'd like to create a nice visualization with dynamic colours on a pie chart. I'd like a pie chart segment to pop up.

My idea is to make it by combining two charts (to put one chart upon the other).

Thus, unselected segments of the first chart must be transparent.

You can see my idea in the attached file: example2.pptx.

I'm using the expression for color:

if( Product = Product,color(FieldIndex('Product',[Product])),argb(0,255,255,255) bitand rgb(255,255,255))


But I can't gueess to make the color of unselected segments not white BUT transparent. see the attached file: circle.qvw.

Are there any ideas?

Thank you in advance,

Larisa

1 Reply
Anonymous
Not applicable
Author

Hi,

in order to get trasparency you can set the parameter alpha to 0, for example white(0) will give total trasparency.

This solution works fine for Bar chart, but I see there are some problems with pie chart...

KR,

Elena