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

How to increase pie chart font size in mashup?

I created a pie chart at Qlik sense desktop,however, the font size on pie chart is too small.

I try to increase pie chart font size on Qlik sense mashup, by CSS. However, it still does not work.

Any suggestion or example is appreciated!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Yes, we could try to increase the div height/width on the mashup page.

However, we still can change the font size of pie chart, as it is from Qlik canvas.

View solution in original post

4 Replies
arulsettu
Master III
Master III

in your mashup any code like this?

<div id="QV01" style="position: absolute; top: 350px; left: 120px; width: 200px; height: 100px; color: red;" class="qvobject"></div>

Anonymous
Not applicable
Author

Hi Arul, thanks so much for your help!

In the mashup div, I use the following to overwrite the pie chart font size.

<div id="QV01" style="font-size:16px !important;" class="qvobject"></div>

But it does not work.

It seems your method is to increase the space for canvas size, is it right?

Any further suggestion is appreciated!

Anonymous
Not applicable
Author

Have not found a solution/walk-around.

Anonymous
Not applicable
Author

Yes, we could try to increase the div height/width on the mashup page.

However, we still can change the font size of pie chart, as it is from Qlik canvas.