You must be logged in to post your query.
Home › Forums › Feature Requests & Feedback › Total in Pie Charts
Tagged: Total in Pie Charts
I want to show TOTAL {Y} in my pie chats, how could i do it? Regards
@lguillermobp,
You can use indexLabel to achieve the same. Please take a look at this jsfiddle.
__ Priyanka M S Team CanvasJS
thank you, but, i think what i did bad the question, i want to show TOTAL in my pie charts, example: PHP :50 JAVA :250 JSP: 30 TOTAL: 330
Regards
You can use indexLabelFormatter to format indexLabels the way you want. Please take a look at this updated jsfiddle.
fantastic, it works, but, could i put “e.total” in title ?
Please take a look at this updated jsfiddle.
You must be logged in to reply to this topic. Login/Register