leptos-chartistry 0.2.3

Chartistry is a charting library for Leptos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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> &nbsp; <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](https://github.com/leptos-rs/leptos). It provides a simple and easy to use `<Chart>` component.

- [Interactive demo]https://feral-dot-io.github.io/leptos-chartistry/
- [Usage examples]https://feral-dot-io.github.io/leptos-chartistry/examples.html
- [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

I've found that engagement has helped drive this project forward. This has come in the form of opening issues, discussions on Leptos' Discord, and starring the repository.