Hello Everyone,
>From the documentation I found that one can use vAxis:{ format: '...' } to
format numbers that are displayed on vAxis as text.
However, I need to perform calculation (ICU pattern
set<http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details>
doesn't
cut it - tell me if I'm wrong). In my case - convert seconds (Integer), to
HOURS:MINUTES:SECONDS.
I have a custom formatter that does that to format columns in
google.visualization.DataTable and the formatted Integers are displayed in
toolTip correctly.
Is there a way to apply custom formatter for vAxis? I tried `vAxis:{
format: new elapseTimeFormatter*()* }` - it didn't work.
If not, what would be an alternative/workaround to achieve the formatting
describes above.
Thank you.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/-K92RKrbOsoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.