
Improves memory consumption and theming.
Features
- Added new
remove(key)method on a Template's adapaters. - Each chart-type package now exports its default theme as
DefaultTheme. - TypeScript - Settings interfaces for all objects are now exposed via bundled re-export files like index.ts, xy.ts, etc.
- Added new
am5.Modal class. - Added a new
Containersetting:reverseChildren- If set totrue, it will start rendering from the last child. Useful for right-to-left setups. - Charts on Apple iOS devices will now automatically use lesser resolution to work around canvas memory restriction introduced in iOS 15 Safari.
- Charts will now use less built-in layers, and thus less
<canvas>elements by default, reducing memory consumption. - All low/high-related settings and fields have been moved from
CandlestickSeriestoXYSeries.








