GitHub user sravan-s opened a pull request:
https://github.com/apache/zeppelin/pull/2735
[JIRA-DOWN]Resize charts on paragaph resize
### What is this PR for?
Resize charts on paragraph resize
* Broadcast chart resize on para. resize with a timeout
* Add warning on refresh missing
### What type of PR is it?
[Bug Fix | Improvement]
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg.
[ZEPPELIN-533]
### How should this be tested?
Open a paragraph with charts and resize paragraph width(see the gif)
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? N
* Is there breaking changes for older versions? N
* Does this needs documentation? N
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sravan-s/zeppelin fix/resize-chart
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2735.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 #2735
----
commit 9bf9894962210d95e8aada74ea7184e86920b043
Author: sravan <sravans2011@...>
Date: 2018-01-20T07:08:14Z
Resize charts on paragraph resize
* Broadcast chart resize on para. resize with timeout
* Add warning on refresh missing
----
---