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

### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-simple&code=bU89D4IwFNz9FS9x6MJA-dJgHFycdMLEgTA00GgT0pJSDI3hv_tawDi43PW9Xu-uqjNCSTjCewMwnkbR5_4IYGzHcyA1M_yhtCWB3zbMsBxKclWSBEBuA3d0542fnoOjsxaOCmY8DZJU82OG9hch0XaOAGhxKoxtf1YAtWqVxuhtQxOWUbJcTJ4nZ-XB_mn7Yi02WhU914KjpPSSNWD5Ak3DAKLYQZQg0H0ANE4Rkh2OWbiU_nq7rnMX16TaTIcP&enc=deflate ### Steps to Reproduce 文档中这样描述 `xAxis.axisLabel.color 刻度标签文字的颜色,默认取 axisLine.lineStyle.color。` 和 `xAxis.axisPointer.label.backgroundColor 文本标签的背景颜色,默认是和 axis.axisLine.lineStyle.color 相同。` 但实际并未使用`axisLine.lineStyle.color`的颜色 ### Current Behavior 依旧显示默认颜色 ### Expected Behavior...

bug
pending
en

### Version 5.4.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?code=zZG_bsMgEMb3PAWiqwcMjhMsdWhVderWSh2iDARfY1TLRECUWJXfvQfGUv0GXe4P9_u-s872EowdyCP52RCibW9dQw70gTEh6poWJJZ1LWUqK61OGlIJW8EF0GOBslYF5SE0yYMQb69OA9qkjqBdGC9JxVnJcxY5Vzlvc65ny1n3ah34gBPBGQbBMbAyVhUGyf6g7wEuaQmPaLlHtJSI8ojyFfoCHlx0LbeI8uiKi2OLaLlCPyH0amiRlfuC7HY4j6SUBanYMWExTlHRwxmGdjlCB-bc4UkqNrvdTBu6Jq1MfTxJQ6jXzvY9nd-sMzCEhoJz1qW3ZHx_uhu_-GadVgHO1o1ZqZD4MPp7ofAndPbWkC_Ve0gv0-I2ZrfU4CEMYHdYmZ_UvH2Zv6nRXsPziCNnbzQ5rT_nnyiOm-kX&_source=echarts-doc-preview&enc=deflate ### Steps to Reproduce 设置orient='error'(非正常值)。 ### Current Behavior lengend的width和height都可以同时生效了。(如果设置为正常值就不能同时生效) 这样可以突破type=scroll,orient设置为vertical或者默认值的情况下,不能同时设置宽高的限制 ### Expected Behavior 支持可以同时生效的特性,或者在文档里指明无法同时生效,不然让人产生疑惑 ### Environment ```markdown - OS: - Browser:...

bug
pending

### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html ### Steps to Reproduce Copy paste the code into the Echarts graph library: ``` // Dataset with multiple value columns //...

bug
pending
en

### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=matrix-correlation-heatmap ### Steps to Reproduce 1. open [官方示例](https://echarts.apache.org/examples/zh/editor.html?c=matrix-correlation-heatmap) 2. add `matrix.y.label` ### Current Behavior 官方示例,其它未作改动,仅添加`label: { formatter: 'test' }`不生效 Official example, nothing...

bug
pending

### Version 6.0.0 ### Link to Minimal Reproduction https://codepen.io/soundlake/pen/yyORLNg ### Steps to Reproduce 1. Create chart with `markLine` 2. Add data that can produce horizontal (no height) or vertical (no...

bug
pending
en

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

size/XS
PR: first-time contributor
PR: doc unchanged

Previously, when grid.containLabel was set to true, the grid layout calculation used the actual text width instead of the configured axisLabel.width, causing incorrect layout when overflow was set to 'truncate'....

PR: awaiting review
size/M
PR: first-time contributor
PR: doc unchanged

## 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/L

### What problem does this feature solve? ``` markLine: { symbol: ['none', 'none'], label: { show: true, formatter(params) { return params.data.value }, position: 'middle', distance: (params) => params.data.space/ 2, }...

new-feature
pending

Fix (Saving Images) Added the `pickEventView` function to handle the window proxy issue in the micro-frontend framework, ensuring that the save image event is triggered correctly in different environments. ##...

PR: awaiting review
waiting-for: author
size/S
PR: doc unchanged