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 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=sankey-simple ### Steps to Reproduce 1.jump to the link 2.hover the link from a to a2 3.an abnormal blank appears ### Current...

bug
pending
en

### Version 5.3.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce On the [theme builder](https://echarts.apache.org/en/theme-builder.html) select the dark theme, you'll notice on the pie chart that the...

bug
pending
en
waiting-for: community

### What problem does this feature solve? 背景:直方图和小提琴图是工程类数据分析的重要图表 目前的问题: 1.echarts不原生支持直方图,只能通过自己计算并用bar或者costum图来画 2.目前没有想到如何实现小提琴图,隐约觉得用costum的自定义svg能实现,但是感觉非常麻烦,因为小提琴图中的每一个数据都不同 小提琴图:https://g2.antv.antgroup.com/examples/general/violin/#violin ### What does the proposed API look like? 能否为series增加histogram的种类,以及如何能够实现小提琴图

new-feature
pending

### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce initCharts() { this.$echarts.registerMap("sh", json, {}); // console.log(this.$echarts.getMap("sh"), "注册"); //检查地图是否注册成功 this.myCharts = this.$echarts.init(document.querySelector("#custom-map")); const option = {...

bug
pending
en
stale
waiting-for: community

### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js setTimeout(function () { option = { legend: {}, tooltip: { trigger: 'axis', showContent: true, },...

bug
pending
stale
waiting-for: community

### What problem does this feature solve? I want to make the legend area into two-column in Apache Echarts, how I can achieve this with legend options? ### What does...

new-feature
pending
en
stale
waiting-for: community

### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Create a chart inside a bootstrap application 2. Add the tooltip element ### Current Behavior...

support
en
topic: tooltip
stale
waiting-for: community

### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce https://echarts.apache.org/examples/zh/editor.html?c=parallel-simple 例如这个demo,期望price项 显示为[0.25,0.75,1],数字之间没有规律,只是希望设置成固定值 ### Current Behavior 平行坐标系: 坐标轴type=value时,坐标轴的刻度只能按min,max 等间距的去设置刻度,不能固定成某几个固定的刻度; 坐标轴type=category时,坐标轴可以显示固定的刻度,但是值分布在坐标轴上显示不出数字的真实含义 ### Expected Behavior 平行坐标系: 坐标轴type=value时,坐标轴的刻度能设定成固定的值:[0,0.5,1,1.5],数字之间没有规律; ###...

support
stale
waiting-for: community
topic: parallel

### Version 5.3.2 ### Link to Minimal Reproduction https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js ### Steps to Reproduce ### env echarts version : 5.3.2 os: win11 ### issue When using appenddata to update data, and...

bug
pending
en
topic: tooltip
stale

### Version 5.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1.ScatterChart of big data 2.Place the mouse over an element to scale the canvas ![image](https://user-images.githubusercontent.com/102708847/168260783-49c4c0c6-4054-49bf-8e52-d31216748166.png) ![image](https://user-images.githubusercontent.com/102708847/168260938-454ef218-9d36-464c-807c-43a19bf70ee1.png)...

bug
pending
missing-demo
en
stale
waiting-for: community