-
Notifications
You must be signed in to change notification settings - Fork 19.8k
angleAxis.triggerEvent =true无效 #9765
Copy link
Copy link
Closed
Labels
Description
General Questions
Issue Type
- I have a question to ask about how to use ECharts to ...;我想提问如何使用 ECharts 实现某功能
- [x ] I have a bug to report;我想要报 bug
- I have a feature to request, e.g.: I'd like a new feature that ...;我需要一个新功能
- I have a feature to enhance, e.g.: The current feature should be improved in the way that ...;我希望改进某个功能
- There's something wrong with the documents;文档有些问题
- Others, or I'm not sure which issue types to choose here;其他,或我不知道应该选什么类型
Issue Details
angleAxis.triggerEvent =true无效
Expected Behavior
angleAxis.triggerEvent =true无效 的问题在哪,是库本身就有问题吗
Current Behavior
Online Example
https://gallery.echartsjs.com/editor.html?c=xINzhTRaHL&v=1
app.title = '极坐标系下的堆叠柱状图';
option = {
angleAxis: {
type: 'category',
triggerEvent: true,
data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日'],
z: 10
},
radiusAxis: {
// triggerEvent: true,
},
polar: {
triggerEvent: true,
},
series: [{
type: 'bar',
data: [1, 2, 3, 4, 3, 5, 1],
coordinateSystem: 'polar',
name: 'A',
stack: 'a'
}, {
type: 'bar',
data: [2, 4, 6, 1, 3, 2, 1],
coordinateSystem: 'polar',
name: 'B',
stack: 'a'
}, {
type: 'bar',
data: [1, 2, 3, 4, 1, 2, 5],
coordinateSystem: 'polar',
name: 'C',
stack: 'a'
}],
legend: {
show: true,
data: ['A', 'B', 'C']
}
};
Topics
Anything Else We Need to Know
Environment
-
ECharts version;ECharts 版本: {v4.2.0-rc.2}
-
It happens only on certain browsers or operating systems. 对于特定浏览器或操作系统才会出现的问题,请提供相应环境信息:{chrome}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.