oxml-chart
ChartML modeling, editing, workbook integration, validation, and backend-neutral chart geometry.
Use it when
Use this crate when implementing editable OOXML charts or rendering chart
geometry. Use rpptx for charts inside a complete presentation.
Relationship
It uses SpreadsheetML workbooks from oxml-sml and feeds backend-neutral
chart geometry into document-family renderers.
Example
use AxisId;
let category_axis = new?;
let value_axis = new?;
assert_ne!;
# Ok::
Add oxml-chart = "0.11.0" to your dependencies. See the chart API for supported plot families.