[ZEPPELIN-1273] Use Math.abs to determine if custom formatter should be called for y axis values#1270
Closed
prasadwagle wants to merge 2 commits intoapache:masterfrom
Closed
[ZEPPELIN-1273] Use Math.abs to determine if custom formatter should be called for y axis values#1270prasadwagle wants to merge 2 commits intoapache:masterfrom
prasadwagle wants to merge 2 commits intoapache:masterfrom
Conversation
Member
|
Looks great to me, thank you @praagarw A new CI error on default profile: Or do you think we should also apply this to upcoming 0.6.1 as well? |
Author
I merged with latest master this morning. Two checks in the build failed. Any ideas how to fix? I am going to restart the build in case they are due to flaky tests. |
Member
|
@prasadwagle Thanks for the fix! |
Member
|
merge into master and branch-0.6 if there're no more discussions. |
Member
|
Let's merge! :Shipit: |
asfgit
pushed a commit
that referenced
this pull request
Aug 8, 2016
…be called for y axis values Use Math.abs to determine if custom formatter should be called for y axis values. Bug Fix * [ ] - Task [ZEPPELIN-1273] https://issues.apache.org/jira/browse/ZEPPELIN-1273 Create simple table with two columns - date in one and large negative numbers like -10000000 in other. Display line chart and see that the y axis values are formatted like -10M. * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Prasad Wagle <pwagle@twitter.com> Closes #1270 from prasadwagle/ZEPPELIN-1273 and squashes the following commits: 2c62f56 [Prasad Wagle] Merge branch 'master' into ZEPPELIN-1273 06e12f8 [Prasad Wagle] Use Math.abs to determine if custom formatter should be called for y axis values (cherry picked from commit 61f4ce8) Signed-off-by: Lee moon soo <moon@apache.org>
PhilippGrulich
pushed a commit
to SWC-SENSE/zeppelin
that referenced
this pull request
Aug 8, 2016
…be called for y axis values ### What is this PR for? Use Math.abs to determine if custom formatter should be called for y axis values. ### What type of PR is it? Bug Fix ### Todos * [ ] - Task ### What is the Jira issue? [ZEPPELIN-1273] https://issues.apache.org/jira/browse/ZEPPELIN-1273 ### How should this be tested? Create simple table with two columns - date in one and large negative numbers like -10000000 in other. Display line chart and see that the y axis values are formatted like -10M. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Prasad Wagle <pwagle@twitter.com> Closes apache#1270 from prasadwagle/ZEPPELIN-1273 and squashes the following commits: 2c62f56 [Prasad Wagle] Merge branch 'master' into ZEPPELIN-1273 06e12f8 [Prasad Wagle] Use Math.abs to determine if custom formatter should be called for y axis values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Use Math.abs to determine if custom formatter should be called for y axis values.
What type of PR is it?
Bug Fix
Todos
What is the Jira issue?
[ZEPPELIN-1273] https://issues.apache.org/jira/browse/ZEPPELIN-1273
How should this be tested?
Create simple table with two columns - date in one and large negative numbers like -10000000 in other. Display line chart and see that the y axis values are formatted like -10M.
Screenshots (if appropriate)
Questions:
No
No
No