Jonathan G created ZEPPELIN-1335: ------------------------------------ Summary: Y Axis numbers truncated for large numbers on Area Graphs Key: ZEPPELIN-1335 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1335 Project: Zeppelin Issue Type: Bug Affects Versions: 0.6.1 Reporter: Jonathan G Priority: Trivial
When large numbers are used on the Area Chart, the numbers flow off the side of the chart and appear truncated. Example: http://i.imgur.com/Nsgl61P.png To reproduce, enter the following Paragraph: %sql SELECT 100000,100000 Run the paragraph, then click the Area Chart button. Note that the Y-axis number is not fully shown. -- This message was sent by Atlassian JIRA (v6.3.4#6332)