What problem does it solve? SGDS does not bundle a charting library, so developers building data visualisations in SGDS applications must choose and configure a charting tool themselves while keeping colours consistent with the design system. ## Core Features & Use Cases - ECharts Integration Guidance: Explains that Apache ECharts must be installed separately via npm and initialised independently of @govtechsg/sgds-web-component. - SGDS Colour Palette: Provides the five fixed hex values from SGDS data-visualisation primitive tokens (purple, cyan, green, blue, yellow) for use in chart colour arrays. - Per-Chart and Global Theming: Shows how to set the palette in a single chart option or register a global ECharts theme reused across all charts on a page. - Use Case: When building a dashboard in an SGDS application, apply the SGDS palette to an ECharts bar or line chart so the visualisation matches the rest of the design system. ## Quick Start Ask the AI to set up an ECharts chart in your SGDS app using the official SGDS colour palette.