# echarts-series **Repository Path**: fjhmcu/echarts-series ## Basic Information - **Project Name**: echarts-series - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-09 - **Last Updated**: 2025-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # echarts-series ## 项目介绍 主要是关于echarts图片中一些属性的应用,通过操作界面改变属性,直观的看到echarts配置在图表的影响效果.会持续更新 整理不易,如果有帮助请给个star(*^▽^*) ## 页面描述 因为githup的图片不好放,可以去我博客看项目介绍,比较复杂的图表,都有单独的博客描述,如果有错误之处欢迎指出 ### vue-cli项目使用echarts系列 https://www.cnblogs.com/steamed-twisted-roll/p/14376368.html ### vue-cli使用echarts系列之K线图Candlestick https://www.cnblogs.com/steamed-twisted-roll/p/14368766.html ### vue-cli使用echarts系列之涟漪效果地图effectScatter https://www.cnblogs.com/steamed-twisted-roll/p/14379169.html ### vue-cli使用echarts系列之地图type: map https://www.cnblogs.com/steamed-twisted-roll/p/14378535.html ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).