Skip to content

Releases: mauriciopoppe/function-plot

Fix derivative first render

18 Sep 02:47
Compare
Choose a tag to compare

Fixes a bug where the derivative is not rendered the first time

Render annotations in the first render

18 Sep 01:55
Compare
Choose a tag to compare

Sync zoom state across instances

15 Sep 08:08
Compare
Choose a tag to compare

When two linked instances are zoomed the zoom state is synchronized among all of the linked instances

Better sync of options across calls

15 Sep 07:40
Compare
Choose a tag to compare

If the graph is zoomed/dragged then some state is stored in the options object sent to functionPlot,
this additional state is used to preserve the zoom/drag after rerendering the graph from scratch

Readd missing exports

14 Sep 03:07
Compare
Choose a tag to compare
  • Adding globals and $eval to the exported functionPlot function

Upgrade d3 to v6

14 Sep 02:37
Compare
Choose a tag to compare
  • This library is self contained, no additional dependencies!
  • Migrated to webpack from budo
  • Added a simple smoke test for evaluator evaluation

Only include lib and dist in the npm package

24 Aug 20:01
Compare
Choose a tag to compare

v1.7.0

27 Jul 16:05
Compare
Choose a tag to compare

math.js is no longer a dependency