technology-stack
Installation
SKILL.md
AG Charts Technology Stack
This document outlines the preferred technologies and architectural constraints for the AG Charts monorepo.
Critical Requirement: Zero Runtime Dependencies
The main AG Charts libraries (ag-charts-core, ag-charts-community, ag-charts-enterprise) MUST have ZERO third-party runtime dependencies. Only internal AG Charts packages and dev dependencies for build/test tooling are allowed.
Core Libraries
| Package | Runtime Dependencies | Purpose |
|---|---|---|
ag-charts-types |
NONE (zero dependencies) | TypeScript type definitions |
ag-charts-core |
ag-charts-types only |
Core rendering engine and utilities |
ag-charts-locale |
NONE (zero dependencies) | Internationalization (40+ languages) |
ag-charts-community |
ag-charts-core, ag-charts-types, ag-charts-locale |
MIT licensed charts library |
ag-charts-enterprise |
ag-charts-community, ag-charts-core |
Commercial charts with advanced features |
Core Technologies: