1

I'm referring to the Matlab chart here: matlab-chart

Is it possible to get this kind of Unified superscript exponent for vAxis numbers in Google Visualization?

Even if the unified exponent for all ticks is not possible, is it possible to get superscripted exponent for the vaxis tick labels? I've tried the methods described here: GV-format

While it does produce ticks in scientific format, it's a dirty format like this: 1.0E05

Is it atleast possible to change this to "1.0+5"?

Sujay Phadke
  • 2,145
  • 1
  • 22
  • 41
  • not possible out of the box, but you can manually change the labels on the chart's `'ready'` event, check [this answer](https://stackoverflow.com/a/44765057/5090771) -- just need a way to isolate the vAxis labels, most likely using an attribute --> `text-anchor="end"` – WhiteHat Jul 19 '19 at 12:53
  • Thanks @WhiteHat. Got it done! – Sujay Phadke Oct 14 '19 at 17:13

0 Answers0