cchart
CChart is a cross-platform software library designed for creating and embedding charts in software applications. It provides a lightweight rendering core and a modular set of chart types, aiming to balance simplicity with performance. The library targets both desktop and web environments through native rendering backends and language bindings.
Features include a range of chart types such as line, bar, column, area, scatter, pie, donut, and
Architecture emphasizes a separation of concerns: a data model, a rendering engine, and a presentation layer.