Janusz Posted February 26, 2014 Report Share Posted February 26, 2014 Hi, 1) do i have a possibility to show the absolute values (not the percantage) in the legend, near to the text? 2) do i have a possibility to show the absolute values, not the percantage in the pie? thanks for any help Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted March 7, 2014 Report Share Posted March 7, 2014 1) Not in the current build, in future builds we will allow you to change the content of the legend so this will be possible. 2) Yes, you can use the Point Labels Format as follows var pointLabels = chart1.getAllSeries().getPointLabels(); pointLabels.setVisible(true); pointLabels.setFormat("%v"); JuanC Quote Link to comment Share on other sites More sharing options...
Question
Janusz
Hi,
1) do i have a possibility to show the absolute values (not the percantage) in the legend, near to the text?
2) do i have a possibility to show the absolute values, not the percantage in the pie?
thanks for any help
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.