rpptx-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 chart geometry into presentation rendering.
Example
use AxisId;
let category_axis = new?;
let value_axis = new?;
assert_ne!;
# Ok::
Add rpptx-chart = "0.2.0" to your dependencies. See the chart API for supported plot families.