Awesome
Leptos Chartistry
<p> <a href="https://crates.io/crates/leptos-chartistry"> <img src="https://img.shields.io/crates/v/leptos-chartistry.svg?style=for-the-badge" alt="Crates.io version" /> </a> <a href="https://docs.rs/leptos-chartistry"> <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=for-the-badge" alt="Docs.rs" /> </a> </p>Chartistry is an extensible charting library for Leptos. It provides a simple and easy to use <Chart>
component.
- Interactive demo
- Usage examples -- start here
- API documentation
Add Chartistry to your project with cargo add leptos-chartistry
Feedback
This project is in its early stages and feedback is welcome.
- The first priority is getting rid of bugs, issues and glaring omissions -- please report them!
- Feedback on the public API to help avoid future churn would be more than welcome.
- Providing new examples and usecases of features that would be useful for the library. The smaller steps the better.
- If you like or use Chartistry, consider starring the repository.