LinePlot Bugfix + AnimateOnNextRender
Pre-release
Pre-release
·
7627 commits
to master
since this release
- Fixed a bug where css properties on
LinePlotswere lost. The same properties are now projected as an attribute, so thatprojectwill still work but they may be overriden. - Plots now have an
animateOnNextRenderflag that is set when the data changes, and will not animate on other renders (e.g. due to svg resizing)