| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-16 | 2.9 kB | |
| v0.2.8 - Added Grid Lines to Public API Surface source code.tar.gz | 2026-02-16 | 7.9 MB | |
| v0.2.8 - Added Grid Lines to Public API Surface source code.zip | 2026-02-16 | 8.0 MB | |
| Totals: 3 Items | 15.9 MB | 0 | |
ChartGPU v0.2.8 – Grid Lines Public API & Doc Pruning Enhancements [github](https://github.com/ChartGPU/ChartGPU/pull/133)
Highlights
- Exposes grid lines configuration as a first-class part of the public API docs so both humans and LLM agents can discover and configure
options.gridwithout scanning the entire options reference. [github](https://github.com/ChartGPU/ChartGPU/pull/133) - Streamlines top-level API navigation and trims redundant documentation while preserving clear entry points into grid, axes, theming, and renderer extension guides. [github](https://github.com/ChartGPU/ChartGPU/pull/133)
Documentation Updates
- Added a dedicated “Grid lines configuration” section to
docs/api/options.mdand wired it into the LLM context guide so agents can reliably generateoptions.gridblocks. [github](https://github.com/ChartGPU/ChartGPU/pull/133) - Expanded
docs/api/themes.mdwith a property table that calls out grid-related theming fields, including howgridLineColoris derived from the active theme and how it interacts with series color precedence. [github](https://github.com/ChartGPU/ChartGPU/pull/133) - Updated
docs/API.md,docs/api/README.md, and related guides to reduce duplication while keeping direct links to grid, axes, and theming APIs. [github](https://github.com/ChartGPU/ChartGPU/pull/133)
Internals & Contributor Experience
- Updated
docs/api/gpu-context.md,docs/api/annotations.md, and render coordinator docs to reference new INTERNALS sections and the renderer map when extending grid or renderer behavior. [github](https://github.com/ChartGPU/ChartGPU/pull/133) - Clarified internal extension points so contributors working on grid rendering or renderer internals have a single, well-documented starting point. [github](https://github.com/ChartGPU/ChartGPU/pull/133)
LLM & Agent-Focused Improvements
- Optimized documentation structure to be more consumable by LLMs, improving the likelihood that agents generate correct grid and theming configurations on the first try. [github](https://github.com/ChartGPU/ChartGPU/pull/133)
- Reduced noisy or redundant API text so context windows can focus on high-signal sections like
options.grid, theming, and renderer internals that are most relevant to code generation. [github](https://github.com/ChartGPU/ChartGPU/pull/133)