Skip to content

LinePlot Bugfix + AnimateOnNextRender

Pre-release
Pre-release
Compare
Choose a tag to compare
@teamdandelion teamdandelion released this 03 Jul 19:55
· 7627 commits to master since this release
  • Fixed a bug where css properties on LinePlots were lost. The same properties are now projected as an attribute, so that project will still work but they may be overriden.
  • Plots now have an animateOnNextRender flag that is set when the data changes, and will not animate on other renders (e.g. due to svg resizing)