Nova Plot
Native data visualization engine for NovaType.
This crate provides:
- SVG-based chart rendering
- Multiple chart types (line, bar, scatter, pie)
- CSV and JSON data parsing
- Configurable styling
Example
use ;
let data = from_csv?;
let chart = new
.with_title
.with_data;
let svg = chart.render?;