You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Touch Premium Member
[CLOSED]Chart Numeric Axes label customization
For a numeric axis, it would be nice to allow users to customize the labels. See the attachments for an example. Ether the charts could be set up to handle units ( MB/s ) and number formatting. Or at the very least give us a formatting option where we get passed the numeric value and we return a formatted string for the value.
Current axis labeling:
Graph1.PNG
Desired axis labeling:
Graph1-label.PNG
-
You can set a renderer for the labels where you can change it to whatever function you wish (defaults to just returning the value).
-
Touch Premium Member
I did not see that option in the Docs or in the source code. Could you please give me a pointer?