Billy-Sheppard / chart-js-rs

Rust Chart.js connector crate
https://billy-sheppard.github.io/chart-js-rs/examples/index.html
Apache License 2.0
25 stars 8 forks source link

Add support for Segment's #16

Closed tascord closed 8 months ago

tascord commented 8 months ago

Relevant Chart.Js Docs

The given solution is marketable hacky, but with the current options provided by web assembly, I believe this is the best we can reasonably expect.

Billy-Sheppard commented 8 months ago

Excellent PR! Thank you! Left a couple comments, and other changes worth sweeping in but this is excellent, might need a cargo fmt before merging :).

Billy-Sheppard commented 8 months ago

One thing that might be useful is an expansion to the readme in the repo to explain in further detail some of the more unconventional components/workarounds in this library. Will open a new PR and potentially request your assistance with that.

Thanks!