EazeGraph icon indicating copy to clipboard operation
EazeGraph copied to clipboard

Add formatted value option to charts

Open androideveloper opened this issue 11 years ago • 4 comments
trafficstars

For example I set barmodel value to 1561456.11, but I want to show to user as 156,145,6.11. Provide String value in constructor, that will be shown to user.

androideveloper avatar Aug 21 '14 09:08 androideveloper

Currently you can only set the legend label values through the constructor as a string. The values which are shown above the bars cannot be formatted currently. But this is a good idea, so I will add this in a later release

paulroehr avatar Aug 21 '14 09:08 paulroehr

Ok, great!

androideveloper avatar Aug 21 '14 10:08 androideveloper

+1 to this request. Especially to be able to modify formatting of a pie chart from 1243 to $1,243 Awesome lib!

davidrs avatar Oct 27 '14 01:10 davidrs

How can we show fetched values or dynamic values in piechart legend labels

CodePex avatar Apr 27 '20 06:04 CodePex