GitHub user camilosampedro opened a pull request: https://github.com/apache/incubator-zeppelin/pull/704
Update NVD3 library for supporting new features. I have checked it on our cluster and now it makes boxplotcharts. Included features: * Tooltips were refactored - If you have customized your tooltips, note that you may need to adjust your custom functions as the data passed has changed format. See the new tooltip options for more details. * Added boxplot charts. * Added candlestick charts * Added sunburst Charts * Lots of bug fixes. (https://github.com/nvd3-community/nvd3/tree/gh-pages#changelog) You can merge this pull request into a Git repository by running: $ git pull https://github.com/camilosampedro/incubator-zeppelin patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/704.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 #704 ---- commit 3a25174837240e09be0e702e7c491f89e6173bce Author: Camilo A. Sampedro Restrepo <sampedro1...@gmail.com> Date: 2016-02-08T14:51:48Z Update NVD3 library for supporting new features. I have checked it on our cluster and now it makes boxplotcharts. Included features: * Tooltips were refactored - If you have customized your tooltips, note that you may need to adjust your custom functions as the data passed has changed format. See the new tooltip options for more details. * Added boxplot charts. * Added candlestick charts * Added sunburst Charts * Lots of bug fixes. (https://github.com/nvd3-community/nvd3/tree/gh-pages#changelog) ---- --- 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. ---