<https://lh4.googleusercontent.com/-0cObyq8gjwk/UKVUZ6IfAKI/AAAAAAAAABs/L1mkMbIiKGA/s1600/Screenshot+from+2012-11-15+14%3A40%3A18.png>
I'm passing some JSON to my Google visualization function to build a
barchart, and I'm trying to get dates to show in the format of
"Minutes:Seconds". As you can see with the attached image it's instead
being displayed in the default datetime format.
In my returning JSON I specify the following:
{"type":"BarChart","cols":[["string","Challenge"],["datetime","Average
Completion Time"]],"rows":[["Mountain
Descent",159000],["Intro",172000],["Dominoes",158000],["Clear the
platform",205000]],"options":{"title":"Average Challenge Completion
Time","hAxis.format":"m:ss"}}
>
>
Notice that I set *"hAxis.format":"m:ss"*, with that said is there any
reason why my dates aren't formatting properly?
--
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/-/xJlSR3mOllIJ.
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.