⚠️ Breaking, for the better
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 Function
s 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
- Updates by @fenix-hub in #71
Full Changelog: v29.01.23...v05.02.23