huww98 / TimeChart

An chart library specialized for large-scale time-series data, built on WebGL.
https://huww98.github.io/TimeChart
MIT License
358 stars 32 forks source link

Line doesn't render #65

Closed zadeviggers closed 1 year ago

zadeviggers commented 1 year ago

When using beta 9, lines won't render. This was fixed in https://github.com/huww98/TimeChart/commit/fabd3f03531b3b3983bdb2f4858fbd7429d47b75, but the fix was never published. A temporary solution is to change package.json to download the library directly from Git Hub.

    "dependencies": {
-       "timechart": "^1.0.0-beta.9"
+       "timechart": "github:huww98/TimeChart"
    }
huww98 commented 1 year ago

1.0.0-beta.10 published, along with some dependency update. Thanks.