Re: Get stack Tooltip Value

2016-06-09 Thread moon soo Lee
Thanks for the explain. Currently, we can not attach event handler to chart generated by the app via spark sql query. When you display custom chart using d3 or any other javascript library in Zeppelin notebook, then you can leverage angulardisplay system and use z.runParagraph to run paragraph

Re: Get stack Tooltip Value

2016-06-08 Thread moon soo Lee
Hi Andrea, On 'start a paragraph B', 'start' means create paragraph B, you'll need to call rest api. If 'start' means run paragraph B, you can leverage AngualrDisplay system z.run() [1][2]. Hope this helps. Thanks, moon [1]

Get stack Tooltip Value

2016-06-08 Thread Andrea Santurbano
Hi, i'm making a dashboard with Zeppelin and Spark, the tool is fantastic but i have a little problem: i have to get some values from the d3 visualization (on click on stack for instance) from the paragraph "A" and use this values to start a paragraph "B" (via rest api). Is it possibile to do