Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to hide Pie chart text in Qlik sense desktop or Qlik mashup?

I created a Pie chart at Qlik sense desktop 3.0. The font size of pie chart is too small.

I would like to hide the text/number on Pie chart.

How could I do it in Qlik sense desktop or Qlik mashup?

Any suggestion is appreciated!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

if(YourField='Value1',' ',if(Yourfield='value2','  ',Value))

refer the following thread:

How to hide lables in pie chart in Qlik Sence?

View solution in original post

2 Replies
Anonymous
Not applicable
Author

if(YourField='Value1',' ',if(Yourfield='value2','  ',Value))

refer the following thread:

How to hide lables in pie chart in Qlik Sence?

Anonymous
Not applicable
Author

The other method is to use css.

Find the text tag at mashup page and use css: display: none;