v4.2.0
·
59 commits
to master
since this release
Bugfixes:
- Move chart initialization to onAttach method (#37)
- Fix styling when direction is b2t and node template has no content (#41)
API Changes:
- Deprecate public method
initializeChart()
since initialization is automatically performed every time the component is attached. For compatibility with previous versions,initializeChart()
is now a NOP.