Hi folks,
i am using flot pie chart and the chart is showing the values in tool tip in percentage (ex 57.6%)
but i want it to be full number without percentage (ex 57)
but i am little confused on how to translate the below code. please kindly help
tooltipOpts: {
content: \"%p.0%, %s\",
- Edited : sorry the value is correctly showing in full number for my project. coz that original flot example only having decimal places. , but i want to get rid of that percentage sign. but i am confused since there are 3 % signs above.