[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-10-03 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-145257249 Ruchi, Could you take time to respond to other queries as well. Also am looking to add support for candle stick and unable to get a dev setup to test ch

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-10-03 Thread rookalkar
Github user rookalkar commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-145215358 Hi, Apologies for the delayed response. As the BoxPlot model was unavailable for nvd3 version 1.5.1-beta which was being used, I updated it

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-10-01 Thread AntoineAugusti
Github user AntoineAugusti commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144715001 I want to try this locally but so far I haven't been able to do it. I've pulled your branch and run `mvn package` in the `zeppelin-web` folder,

Re: [GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-30 Thread madhuka udantha
This jshints need to be fixed It will be not hard as jshint explain the error well with resolve. On Thu, Oct 1, 2015 at 9:41 AM, deepujain wrote: > Github user deepujain commented on the pull request: > > > https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144614817 > > I s

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-30 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144614817 I see build errors with this patch. [INFO] Running "jshint:all" (jshint) task [INFO] [INFO] src/app/notebook/paragraph/paragraph.controller

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-30 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144600165 1. Please explain what kind of data will render this plot. 2. Please explain the code changes (code documentation) so it will enable other graph support

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-24 Thread rookalkar
GitHub user rookalkar opened a pull request: https://github.com/apache/incubator-zeppelin/pull/321 Adding Boxplot This feature adds a BoxPlot. It works seamlessly for about 10,000 rows of data. I am currently also working on crunching the data required in the back end and