Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/336#issuecomment-145413417 Box plot needs 5 data points as input. Range : Bad, satisfactory and good Measure: Actual Value to plot Target: Compare another actual value (Arrow that is shown on graph). In below screen shot, it will plot the range against the value 1. var lowRange = 40, midRange = 60, highRange=100; lowRange = (lowRange / 100) * values[0]; midRange = (midRange / 100) * values[0]; highRange = (highRange / 100) * values[0]; var actualMeasure = values[1]; var targetMarker = values[0]; <img width="1365" alt="screen shot 2015-10-04 at 7 32 13 pm" src="https://cloud.githubusercontent.com/assets/406777/10272058/a46f6ba6-6ace-11e5-9480-b0c8e95f63ee.png">
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---