Hi Gviz users, I am new to Google charts and I am trying to make a graph for website latency with Google charts. Right now I am stuck on making the label to be shown in milliseconds, not seconds. There is documentation on formatting the labels but it does not solve my case.
My data looks like this: start 0 end 305 start 0 end 4022 start 8200 end 8281 start 8200 end 8286 start 8279 end 8328 They are all in milliseconds. In my graph, it's shown in seconds which is too big for latency data. Is there a way for me to do some computations on the labels? All I need is to multiply the seconds with 1000 to get milliseconds. Thank you! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/4212385c-5451-43e6-983c-1ebafe368905%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
