yuankunzhang / charming

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

Gallery - where are the interactive chart examples? #68

Closed emilbratt closed 1 month ago

emilbratt commented 4 months ago

Hi! I wanted to take a look at the interactive chart examples and ran

cargo run --bin gallery

..but did not know where to look for them.

Digging into the source for gallery and looking at the main function in gallery.rs I found this line and understood immediately where to look. :)

May I suggest adding the URL http://127.0.0.1:5555 to the README for newcomers like me?