echarts-examples
echarts-examples copied to clipboard
Examples of Apache ECharts
not found example-bundle.js /css/example-bundle.css this example can not run, can not work
官方多处案例下载成功以后无法运行   
Hi, I have been using vis-timeline for a while and want to switch to Apache ECharts. I am following the custom Gantt chart example and have a few questions as...
In Chrome (desktop & mobile) v.129/130, I see a glitch in **left sidebar**. Very often after click-selection the **emphasis jumps** to the item above. In latest Firefox v.131.0.3 it jumps...
Added ```display:flex; justify-content:center; align-items:center;``` to **#chart-container** in _example-bundle.js_. Currently command ```myChart.resize({width: V, height: V});``` in Editor will show the chart non-centered:  After this proposed change, _resize_ display the...
Candlestick Large Data Change "The original candlestick chart would become cluttered with data when dealing with large volumes of data and using the data zoom feature. The modification now is...
Add an example of a candlestick to group the data and switch when the amount of data is large.
- Upgrade dependencies to Vue 3, vue-loader 17, element-plus and vue-i18n in package.json - Update public HTML files to use Vue 3 and Element Plus CDN builds. - Keep el-switch...