chartml-chart-cartesian 5.0.0

ChartML bar, line, and area chart renderers
Documentation
[package]
name = "chartml-chart-cartesian"
version = "5.0.0"
edition = "2021"
license = "MIT"
description = "ChartML bar, line, and area chart renderers"
repository = "https://github.com/chartml/chartml"
homepage = "https://chartml.org"
readme = "README.md"
keywords = ["chartml", "chart", "bar", "line", "area"]
categories = ["visualization"]

[dependencies]
chartml-core = { path = "../chartml-core", version = "5" }
serde_json = "1"

[dev-dependencies]
serde_yaml = "0.9"

[lints]
workspace = true