-
Notifications
You must be signed in to change notification settings - Fork 114
Scatter chart #375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scatter chart #375
Conversation
This reverts commit 8a81e25.
|
It was my mistake! I was building old |
|
Thx for the feedback! I was going to ask you how can I reproduce the error. |
|
Actually that is what I wanted to do from the beginning, but I could not find solution... |
|
Then it looks good to me! But we also need to write Typescript ver. codes for #321. |
|
Ok I will merge this PR on #321 too. |
|
I know how to print value instead of group :) |
|
@corneadoug |
|
Cool - what's the best way to get test data to test this out? I see a SQL statement, so any table/SQL output would work? |
|
@felixcheung You can test it with any notebook you already have. |
|
Awesome Job! Looks great. Can we merge it into master first and then create typescript version for #321? |
|
@felixcheung |
|
@Leemoonsoo |
|
While issues are created for typescript, i'm merging it! |
|
Let's merge it! On 2015년 3월 14일 (토) 20:59 Lee moon soo [email protected] wrote:
|
This PR resolves https://issues.apache.org/jira/browse/ZEPPELIN-367 by synchronizing with secondary storage when reloading all notebooks into memory. Currently, existing `ZEPPELIN_NOTEBOOK_RELOAD_FROM_STORAGE` from apache/zeppelin#331 is used as a flag since these functionalities are correlated, however it can be separated into distinct flag as well. Author: Khalid Huseynov <[email protected]> Closes ZEPL#375 from khalidhuseynov/sync-on-list and squashes the following commits: e2cf5d9 [Khalid Huseynov] minor fix 878a23e [Khalid Huseynov] initial working commit




This PR introduces zeppelin scatter/bubble chart.
Here is the preview.
