Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feral-dot-io/leptos-chartistry

Chartistry is an extensible charting library for Leptos
https://github.com/feral-dot-io/leptos-chartistry

charts leptos rust webassembly

Last synced: 2 months ago
JSON representation

Chartistry is an extensible charting library for Leptos

Awesome Lists containing this project

README

        

# Leptos Chartistry



Crates.io version


Docs.rs

Chartistry is an extensible charting library for [Leptos](https://github.com/leptos-rs/leptos). It provides a simple and easy to use `` component.

- [Interactive demo](https://feral-dot-io.github.io/leptos-chartistry/)
- [Usage examples](https://feral-dot-io.github.io/leptos-chartistry/examples.html) -- start here
- [API documentation](https://docs.rs/leptos-chartistry)

Add Chartistry to your project with `cargo add leptos-chartistry`

![Chartistry in action!](docs/screenshot.png?raw=true "Chartistry in action!")

## 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.