GitHub user corneadoug opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/507
Fix Yaxis cut Number
This PR fixes https://issues.apache.org/jira/browse/ZEPPELIN-243
By adding a TickFormat to yAxis.
This is using a slightly custom SI-Format:
* k - kilo, 10³
* M - mega, 10â¶
* B - giga, 10â¹ (instead of G)
* T - tera, 10¹²
* P - peta, 10¹âµ
* E - exa, 10¹â¸
* Z - zetta, 10²¹
* Y - yotta, 10²â´

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/corneadoug/incubator-zeppelin fix/ZEPPELIN-243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/507.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #507
----
commit 16adde7b464c111dbcdc1e3bdf5d86165b32f429
Author: Damien CORNEAU <[email protected]>
Date: 2015-12-03T06:19:09Z
Add Yaxis tickFormat
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---