This wraps Apache ECharts in Python via pyecharts to generate standalone HTML reports with interactive charts. It covers the essentials: bar, line, pie, heatmap, and scatter plots with real configuration examples for things like tooltips, themes, and label rotation. The most useful bit is the blunt reminder to always convert pandas and numpy data to lists before passing to the charts, since that's apparently where things go wrong in the browser. Good for generating self-contained visualization reports from data analysis without needing a web server or React setup. The formatting helpers for currency and the troubleshooting section suggest this was written after debugging actual rendering issues, which makes it more practical than most chart library docs.
npx skills add https://github.com/eng0ai/eng0-template-skills --skill echarts