JsChart distribution now includes a set of ES6 modules, in Scripts/esm folder, that lets you import the classes from respective scripts.
The distribution still includes ES5-compatible scripts located in Scripts/umd folder, which are transpiled from current ES6 code, and whose classes are exposed as members of global MindFusion namespace object as in previous versions.
Added FunctionSeries class which represents a series that calculates its values from a provided formula.
Area charts are now rendered relative to the axis origin.