Skip to content

⚠️ Breaking, for the better

Compare
Choose a tag to compare
@fenix-hub fenix-hub released this 05 Feb 20:06
· 23 commits to main since this release
a43dd9b

image

⚠️ This new release causes compatibility issues with previous releases, so you will have to update your code in order to make this release work.
However, the migration is pretty simple, and this is planned to be the final approach for plotting.

While previously you had to pass x: Array and y: Array of values to a specific Chart type, now there will only be one scene in order to plot data, and the same chart can have multiple plot types in it. See the example in the screenshot above.
This is done by passing one or more Functions instead of a pair of Arrays.
Each Function defines a single array of x and y values, together with a function name and some additional Function-specific properties.

A complete tutorial is still not available, as it is something I'm working on.
Instead feel free to test the updated examples you can find in the addons/easy_charts/examples folder.

What's Changed

Full Changelog: v29.01.23...v05.02.23