TimeChart Versions Save

An chart library specialized for large-scale time-series data, built on WebGL.

v0.5.2

3 years ago

Fix the issue that element sometimes get placed incorrectly (#14)

v0.5.1

3 years ago
  • After calling dispose, Now you can reuse the same HTML element for another TimeChart instance

v0.5.0

3 years ago
  • Add option xScaleType
    • Can be used to customize X-axis appearance
  • Fix error when only 1 data point exists

v0.4.2

3 years ago
  • Use ShadowRoot
  • Better styling support, see README

v0.4.1

3 years ago
  • Add support for WebGL1.
    • This library is capable with Safari now

v0.4.0

3 years ago
  • 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

3 years ago

Add visible series option

v0.2.5

3 years ago

Fix: still dispatch update event if no data present

v0.2.4

3 years ago

Support for dynamically added series.

v0.2.3

4 years ago

Test GitHub package