Jump to content
We've recently updated our Privacy Statement, available here ×

How can i show values with percentage symbol, as display labels in column chart(HTML5)?


Lorina

Recommended Posts

As i have to choose  an integer data type in measure value field , in display value label it is also coming as same style.

(I used plotOptions.series.dataLabels.enabled for showing labels ,which takes data from measure value field)

I can't  append a  '%' symbol as it is an integer data type.(I can't use String data type as it may disturb the calculation) 

Is there any methods or formats which will show % value? 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Try to add the keys below in advance options on the chart options.

plotOptions.series.dataLabels.enabled: true
plotOptions.series.dataLabels.format: "{y} %"
 
 
jaspersoft use highcharts for HTML5 charts. You can find more advanced options if you checkout the highcharts api. 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...