1 unstable release
0.0.0 | Jul 31, 2022 |
---|
#61 in #chart
8KB
wagashi
cargo add wagashi
Examples
Sparklines.
use wagashi::SparkLine;
fn main() {
let sparkline = SparkLine::new(&[1.0, 2.0, 9.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0]);
sparkline.render();
}
Art
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in wagashi
by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
Dependencies
~2–12MB
~62K SLoC