Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Re-use already created jqplot object when re-plotting, and added a destroy process.#16

Open
yoichiro wants to merge 1 commit intoangular-ui:masterfrom
yoichiro:master
Open

Re-use already created jqplot object when re-plotting, and added a destroy process.#16
yoichiro wants to merge 1 commit intoangular-ui:masterfrom
yoichiro:master

Conversation

@yoichiro
Copy link

@yoichiro yoichiro commented Oct 5, 2014

The original implementation does the removing all child elements when re-plotting. I guess that the way is heavy. Instead its way, we can use jqplot.replot() function for re-plotting.

Also, the original implementation does not call "destroy()" function of the jqplot object. If the element was removed, then the jqplot should be destroyed before the element is deleted.

Would be great if you merge my pull request. Thank you for your reviewing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments