# echarts-theme-builder **Repository Path**: hl0109/echarts-theme-builder ## Basic Information - **Project Name**: echarts-theme-builder - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-15 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ECharts-Theme-Builder Design your own theme for Apache ECharts. [Online Theme Builder](https://echarts.apache.org/theme-builder.html) ![](https://raw.githubusercontent.com/Ovilia/ECharts-Theme-Builder/master/assets/essos.png) ## Build ```bash npm install npm run build ``` ## Release to echarts-www Update the echarts-www and echarts-website project path in `config/env.asf.js` before run ```bash npm run release ``` It will generate the html to the `_generated` folder of echarts-www. And other resources to the echarts-website folder