Add force layout visualization in paragraphs for SQL queries#1024
Add force layout visualization in paragraphs for SQL queries#1024davidtzoor wants to merge 12 commits into
Conversation
|
@corneadoug I recreated the PR after doing the rebasing from scratch and it now has no conflict. Hope it works out this time. |
|
@davidtzoor Thank you. If you do have to do a rebase again, try doing this while in your master:
|
### What is this PR for? Add csv download from front-end leveraging #714 ### What type of PR is it? Improvement ### What is the Jira issue? [ZEPPELIN-997](https://issues.apache.org/jira/browse/ZEPPELIN-997) ### Screenshots (if appropriate) **Before** <img width="347" alt="screen shot 2016-06-13 at 4 55 02 pm" src="https://cloud.githubusercontent.com/assets/8503346/16027024/acb80824-3187-11e6-8535-090b06e4807e.png"> **After** <img width="354" alt="screen shot 2016-06-14 at 12 42 01 am" src="https://cloud.githubusercontent.com/assets/8503346/16034849/dd6f48c4-31c8-11e6-92b8-809b3f27d429.png"> <img width="357" alt="screen shot 2016-06-14 at 12 41 49 am" src="https://cloud.githubusercontent.com/assets/8503346/16034844/da6cef46-31c8-11e6-8ef2-d11c460eaa02.png"> ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <minalee@apache.org> Closes #1008 from minahlee/ZEPPELIN-997 and squashes the following commits: dabb603 [Mina Lee] Add tooltip and change style for dropdown button e48c303 [Mina Lee] Fix integration test after adding csv download button 5437c4f [Mina Lee] Use split button dropdowns for downloading data 2ad6f47 [Mina Lee] Export data to csv
|
@davidtzoor Seems it is really not working, please create a branch for your PR |
|
Now this PR contains some commits that do not belong here, and it either needs to be re-created from a separate branch as @corneadoug points out, or interactively rebased with keeping only good commits here |
|
Sorry for the mess. I will create a new branch with the commits and reopen a new pull request. Thank you for your help |
|
@corneadoug I created a new pull request (#1044) from a different branch (not |
What is this PR for?
Add force layout (graph) visualization to the existing set of visualizations in Zeppelin Web notp.
What type of PR is it?
[Feature]
What is the Jira issue?
[ZEPPELIN-1011]
How should this be tested?
The testes are incorporated within the existing test suite.
Screenshots (if appropriate)
Questions:
No.
No.
We can add some documentation explaining about the different fields that need to be selected in order to generate the force layout component.