echarts icon indicating copy to clipboard operation
echarts copied to clipboard

Apache ECharts is a powerful, interactive charting and data visualization library for browser

Results 1065 echarts issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve? 用户拖动dataZoom的时候禁止触发默认改变数据窗口的事件,让开发者自己获取dataZoom的触发事件修改图表应该显示的数据 ### What does the proposed API look like? dataZoom提供一个属性关闭默认事件,或者监听datazoom事件时return false 可以阻止默认事件

new-feature
pending

### Version 5.4.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/basic-line-chart-mhj8jg?file=%2Findex.js%3A9%2C1&layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522clsx238ro0006356h0fx39399%2522%252C%2522sizes%2522%253A%255B70%252C30%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522clsx238ro0002356husycxu0v%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522clsx238ro0003356h9da02pvp%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522clsx238ro0005356henqwt6ly%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B50%252C50%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522clsx238ro0002356husycxu0v%2522%253A%257B%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clsx238rn0001356hury9s1xu%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522filepath%2522%253A%2522%252Findex.js%2522%252C%2522state%2522%253A%2522IDLE%2522%252C%2522initialSelections%2522%253A%255B%257B%2522startLineNumber%2522%253A9%252C%2522startColumn%2522%253A1%252C%2522endLineNumber%2522%253A9%252C%2522endColumn%2522%253A1%257D%255D%257D%255D%252C%2522id%2522%253A%2522clsx238ro0002356husycxu0v%2522%252C%2522activeTabId%2522%253A%2522clsx238rn0001356hury9s1xu%2522%257D%252C%2522clsx238ro0005356henqwt6ly%2522%253A%257B%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clsx238ro0004356h3dasost7%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522UNASSIGNED_PORT%2522%252C%2522port%2522%253A0%252C%2522path%2522%253A%2522%252F%2522%257D%255D%252C%2522id%2522%253A%2522clsx238ro0005356henqwt6ly%2522%252C%2522activeTabId%2522%253A%2522clsx238ro0004356h3dasost7%2522%257D%252C%2522clsx238ro0003356h9da02pvp%2522%253A%257B%2522tabs%2522%253A%255B%255D%252C%2522id%2522%253A%2522clsx238ro0003356h9da02pvp%2522%257D%257D%252C%2522showDevtools%2522%253Atrue%252C%2522showShells%2522%253Atrue%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D ### Steps to Reproduce 当巴鼠标放到则线图后面部分进行滚动的时候,线条会错乱 ![line-error](https://github.com/apache/echarts/assets/57894465/7d6d24b7-cea0-4521-bca0-947c42f26e19) ### Current Behavior 测试时发现,如果设置tooltip的trigger为axis时,鼠标滚动缩放,线条会变得乱七八糟 ![Uploading line-error.png…]() ### Expected Behavior 希望鼠标滚轮滚动缩放时线条能正常显示 ### Environment ```markdown - OS:...

bug

### What problem does this feature solve? I want to be able to define custom locations for labels and ticks on axes. Currently, they are always positioned monotonically based on...

new-feature
en

## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
size/L
PR: first-time contributor
PR: doc ready

## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
PR: awaiting doc
size/S
PR: first-time contributor

### What problem does this feature solve? For example, in the line chart below, left Y-axis labels are overlapping for Torsica and Mitzerland series ``` var option; const dataset =...

new-feature
pending
en

### Version 5.3.0 ### Link to Minimal Reproduction https://codesandbox.io/s/optimistic-dust-svxfyh ### Steps to Reproduce 拖拽改变browser面板的尺寸,17:00有个点在面板宽度较长时显示,较短时未显示(此处临界值在canvas宽度为1100左右) ![Feb-22-2022 18-49-49](https://user-images.githubusercontent.com/17741765/155117462-de44a13c-7362-4358-a52c-a714f663ba43.gif) ### Current Behavior canvas尺寸较小时图中17:00的点未显示 ![CleanShot 2022-02-22 at 18 52 30](https://user-images.githubusercontent.com/17741765/155117854-681f313b-431f-4b33-8768-7302704c8a35.png) ### Expected Behavior 不论宽度是否变化都显示...

bug
pending
stale

### Version 5 ### Link to Minimal Reproduction https://codepen.io/vine101/pen/podLmdo ### Steps to Reproduce 1. 绘制一系列由四个点组成的不规则四边形 2. 绘制后可以与每个点进行tooltip交互 ### Current Behavior 1. data影响计算的画布坐标,最后tooltip显示的是坐标 ### Expected Behavior 1. tooltip正常显示 ### Environment ```markdown...

bug
pending
stale
waiting-for: community

### What problem does this feature solve? I want to add one graphic element on top, left, right (it can be any position). I want to add graphic elements on...

support
en
stale
waiting-for: community

### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-log&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQAywA5rAIKkQDOlANEergGYWxKAYxzQwOAE6UiAXy7owwYFkggCqYhgkQ6dSVQjiAtp26xewCUYCGYcRKpJrM2AB4ARhID0APiTuXdSEZaXQ5Ilw9aAATdTM-AUoE0Nhw9FJmNjjNMABPEHxBIVscOktc001oayNCylJK4lYQLENqCGhCpFhWAAtgAHcCXmssVhxU-WJo22sCAG1KRk5BACEVygBhDYARDYBRDYAxDYBxDYAJDYBJSgBdWSm6bVjCTQSqAGYAUkb0bTovUSABZflN0O5gHZgEYvmCzEIYGBrB1qNZ3DgsAQwBIAK44R5EXKZVjZYh5ApULD0P6waq1KgVcGwDr2ABuowIAFoAIzMowdSwAZRabQ6XTM6D6g2xeIJmhkhKlkggOFJsHmZg0mjpNTqtDoACZaQp8nVWp0TbAZsiFnzYJ8OLAAJxOw0AdidAA57YbgZ7YO7gb7DYbHbAAGxR50PBXM7VVPVUA2fK0U83iq02uYa31O4Hep08iNOz6Gp0RguwHmGr1ugCsEdjxDSxATxHp-voPK8xuZpspggtOCzswWkuIPNgXlg5Yn6CnM4L8-r09gdZXi-rJc3a7L_cna8rB4Xa5rG51h5nhsbJ9XM_rNYnzbCRAeMgA3EA ### Steps to Reproduce Using the log axis example on the docs website: ``` option = { title: { text: 'Log...

bug
pending
en