echart
Installation
SKILL.md
ECharts v6 Visualization Skill
Create professional, accessible data visualizations using Apache ECharts v6.
Version: ECharts 6.x | Download: https://github.com/apache/echarts/releases
- Design guidelines (color palettes, chart selection, accessibility): see
references/design-principles.md - Detailed code examples (all chart types): see
references/chart-examples.md
Installation
Download from GitHub releases: https://github.com/apache/echarts/releases
Files to download:
echarts.min.js- Full minified build (recommended)echarts.js- Full unminified build (for debugging)
Place the file in your project (e.g., ./lib/echarts.min.js or ./vendor/echarts.min.js).