yuankunzhang / charming

A visualization library for Rust
Apache License 2.0
1.85k stars 73 forks source link

Expose update to allow dynamic updates on wasm #33

Closed dgsantana closed 1 year ago

dgsantana commented 1 year ago

This PR exposes a method to update the data, so the graphs in web frameworks like leptos can be updated in a dynamic way.

It also make the handbars template engine a optional crate for feature html, since when using wasm size matters. But to not break any previous usages, html is added to the default feature set.

Also updated outdate crates.