GitHub user saravsars opened a pull request: https://github.com/apache/zeppelin/pull/3118
[zeppelin-3693] Option to toggle chart settings of paragraph ### What is this PR for? To add an option to toggle chart settings of paragraph Reasons: * Reducing the paragraph width less than 4 breaks UI * Hiding the chart settings will give dashboard feel * Chart selector length increases when multiple helium packages are enabled ### What type of PR is it? Improvement ### Todos * Add integration test ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3693 ### How should this be tested? * CI Pass * Yet to add integration test ### Screenshots (if appropriate) before: <img width="1438" alt="before_1" src="https://user-images.githubusercontent.com/3000143/43855211-8a83cf1c-9b62-11e8-9105-dcf62002aedd.png"> after: <img width="1433" alt="after_1" src="https://user-images.githubusercontent.com/3000143/43855231-980e6160-9b62-11e8-8725-a79c3f5d7a7e.png"> ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Basic documentation added You can merge this pull request into a Git repository by running: $ git pull https://github.com/saravsars/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3118.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 #3118 ---- commit c012e1f32a3c82d38d6200b9d53fccc33a3add09 Author: Saravanan Elumalai <sarav.sars@...> Date: 2018-08-08T17:42:10Z [zeppelin-3693] Option to toggle chart settings of paragraph ---- ---