Lorina Posted September 16, 2015 Posted September 16, 2015 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?
RamaKrishna.B Posted September 16, 2015 Posted September 16, 2015 hiRight click on the report properties and then got to Tooltip in that you can see a option value Suffix in that you can give %.ThanksB Rama Krishna
Lorina Posted September 16, 2015 Author Posted September 16, 2015 Yes in Tooltip i got the % symbol.But on data labels also i need to show values with %.
zh3ntil Posted September 16, 2015 Posted September 16, 2015 Try to add the keys below in advance options on the chart options.plotOptions.series.dataLabels.enabled: trueplotOptions.series.dataLabels.format: "{y} %" jsfiddle example : http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-datalabels-format/ jaspersoft use highcharts for HTML5 charts. You can find more advanced options if you checkout the highcharts api.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now