Crate dioxus_charts

source ·
Expand description

A simple chart components library for Dioxus

This crate provides some basic SVG-based chart components, customizable with CSS, to be used with the Dioxus GUI library. The components configuration was designed to be similar to what one would find in JavaScript chart libraries.

The components available are:

§Usage

This crate is on crates.io and can be used by adding dioxus-charts to your dependencies in your project’s Cargo.toml.

[dependencies]
dioxus-charts = "0.1.3"

Re-exports§

Modules§