Releases: huww98/TimeChart
Releases · huww98/TimeChart
v0.5.2
Fix the issue that element sometimes get placed incorrectly (#14)
v0.5.1
- After calling
dispose
, Now you can reuse the same HTML element for another TimeChart instance
v0.5.0
- Add option xScaleType
- Can be used to customize X-axis appearance
- Fix error when only 1 data point exists
v0.4.2
- Use ShadowRoot
- Better styling support, see README
v0.4.1
- Add support for WebGL1.
- This library is capable with Safari now
v0.4.0
- Add a
dispose
method to completely destroy the chart
- Better style support (e.g. build a dark mode)
- Background default to transparent now
- Some of legend style can be easily overridden now
- Series color can be dynamically changed
- Click legend to hide that series
v0.3.0
Add visible
series option
v0.2.5
Fix: still dispatch update event if no data present
v0.2.4
Support for dynamically added series.