Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Galuyoo
Contributor II
Contributor II

Deleting values label from the radar chart

Hello community, how can remove those values from the radar chart.

Galuyoo_1-1732029851740.png

 

 

Labels (1)
  • Chart

3 Replies
sbaro_bd
Creator III
Creator III

Hello @Galuyoo ,

Option isn't available on properties tab, so impossible. If you're at ease with oriented object language, take a look on dev-hub portal to see if you can modify the object.

Regards.

Galuyoo
Contributor II
Contributor II
Author

Hello @sbaro_bd, can i at least make the text the its covering more clear? Or make the number shorter? like 350M instead of 350 000 000

sbaro_bd
Creator III
Creator III

The chart inherits the format from your measure. So, you can modify the measure like this :

Num(Measure/1000000,'# ##0.0',',',' ')

It works if your measure is always expressed in miilions. You can create a variable and add it in a variable imput object to control the denominator value.

Regards.