echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### What problem does this feature solve?  we use a lot of points in the chart, which then when the user wants to zoom in to see more zoomed...
### Version 5.2.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-y-category&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQDqwATlgCawAKoArlgIaQyVEBfADREwwYFkggCqYhjoQA5opx0qXUhADOlEXI3a2EaGFUyicsAE8Q-WJS0ALLo2AB3fnIGC9sXCuhGGWEiRQUgwjlcADMKewBmAFJdC1gFRUc4ygBGZN90ACNgMDEAWyoklLkAYxgwLmMAGS4CnCwCMDp2HB8iUgBBTS1zSxs7SgA3LixuquIi9kCuOisAcS5pWABtAAYhWB2AOh3sgF1e9CtB7RHia1sqap4cRXorOfRGHi4CLcoAIToXAAXhAsLp7ABJQIwHBaCBcCGUACqAGV-kjoYwEUiAMKOYyI_Y0ehMSjndAhdBaVQQOG_VKyOSwaBcUrjABMJ2yHzuYyoBWWvM-31-2QAHFz4vsOfEACzigCcMsVO3l-2yOzlioA7HtYNl4tkdXK5fsAGzxHaynanfLEbitdqRZnUxzuDpdHD2uQgYDw3jQKjpTKeZneLz2plyVnsqhc7Ic4UYfn2QV0ZNfepixXxDkAVhl8vi4v2Rp2FY1HOy-cVZoN8uycuyFvFEp2OrtqVd6EdbVurqcHvk3R9xD9AagQfsIbAYa8qQjsHOAgA3EA ### Steps to Reproduce 1. Create a bar chart. 2. Label position is set to right and and the right grid...
### Version 5.4.2 ### Link to Minimal Reproduction https://codesandbox.io/s/inspiring-wildflower-j8o7cs?file=/src/index.js ### Steps to Reproduce 直接观察https://codesandbox.io/s/inspiring-wildflower-j8o7cs?file=/src/index.js即可 ### Current Behavior showTip应该会高亮折线图的小圆圈,当前现象并未高亮 ### Expected Behavior 期待高亮小圆圈 ### Environment ```markdown - OS:mac - Browser: chrome111...
### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/p/devbox/dlg4d3?file=%2Fsrc%2FApp.vue%3A10%2C11 ### Steps to Reproduce 可以看到,指示线和指示线上的名字以及按照ui要求换行处理的占比,都叠加在了圆环图表上,ui觉得很难看,希望有解决方案  看着antv的实现貌似会好一点 希望echarts官方最好能有解决方案吧 ### Current Behavior 可以看到,指示线和指示线上的名字以及按照ui要求换行处理的占比,都叠加在了圆环图表上,ui觉得很难看,希望有解决方案 ### Expected Behavior 希望有解决方案 ### Environment ```markdown - OS:...
### What problem does this feature solve? Typical K series labels:  ### What does the proposed API look like? - New `markPoint.data.relativeTo`: values `'container'` (default), `'coordinate'` (`x` and...
### What problem does this feature solve? Hi, I would like to request a new feature for the library to support right-to-left (RTL) chart animation. **Current Behavior:** - The chart...
### What problem does this feature solve? **Radar Chart Existing tooltip** ### What does the proposed API look like? **Expected tooltip on Hover** **Expected data on click**
### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=candlestick-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurACYCGYFRA2gOQBMADAIwDsAtK854wCz0ANLCZsuPPgFZholh269GANlliFkxu3oBdEgF8hJAJ458RJIZJ4ApgCcINwrFol0qUqTDGQNovQBjCmgyABsnSACAa2E3UkpqOjjPWhYRAGZ-ER4MgA4dI08U_mYMqQzS2ClmAuTSWnTWPIz0kX5-WqL69Nzs8qq2xj0uzqLQigAjG1DYAg8u2DwAC2AAdyIwOwBXG1hChYAzYDsAWyowewIAIiWIO6u6_Tin9D19AG4gA ### Steps to Reproduce 1 create a basic candle stick chart 2 give "label" option to candle series ### Current Behavior...
### Version 5.4.2 ### Link to Minimal Reproduction https://codesandbox.io/s/x0gmtn?file=/index.js ### Steps to Reproduce 雷达图 options: ``` { title: { text: 'Basic Radar Chart' }, legend: { data: ['Allocated Budget', 'Actual...
### What problem does this feature solve? One expectation from ECharts is that whenever we have time-based data and adjust the zoom level, the data should be grouped and split...