Expand description
Chart auto-detection from Arrow IPC table data.
Inspects Arrow schemas to determine appropriate chart types and generates
ECharts option JSON with embedded data. Also provides a channel-based
ChartSpec output for unified rendering.
Structs§
- Column
Info - Column metadata extracted from Arrow IPC data.
Functions§
- detect_
chart - Auto-detect chart type and generate ECharts option JSON from Arrow IPC bytes
- extract_
columns - Extract column info from Arrow IPC bytes