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?
4 Answers:
Posted on September 16, 2015 at 12:52pm
Try to add the keys below in advance options on the chart options.
plotOptions.series.dataLabels.enabled: true
plotOptions.series.dataLabels.format: "{y} %"
jsfiddle example : http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.co...
jaspersoft use highcharts for HTML5 charts. You can find more advanced options if you checkout the highcharts api.