-
Notifications
You must be signed in to change notification settings - Fork 19.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angleAxis.triggerEvent =true无效 #9765
Closed
6 tasks
fuyongxia opened this issue
Jan 16, 2019
· 7 comments
· Fixed by OpenTMI/opentmi-default-gui#32 or DeviaVir/zenbot#2011 · May be fixed by dyna-dot/iClient-JavaScript-s#1
Closed
6 tasks
angleAxis.triggerEvent =true无效 #9765
fuyongxia opened this issue
Jan 16, 2019
· 7 comments
· Fixed by OpenTMI/opentmi-default-gui#32 or DeviaVir/zenbot#2011 · May be fixed by dyna-dot/iClient-JavaScript-s#1
Labels
Comments
关闭的bug解决的是angleAxis.triggerEvent =true无效,不识别鼠标事件,只在master分支上做了更改,可以查看fix 9765,release版本似乎是没有更新的
…------------------ 原始邮件 ------------------
发件人: "peter-wang-wsl"<notifications@github.com>;
发送时间: 2019年4月30日(星期二) 上午10:48
收件人: "apache/incubator-echarts"<incubator-echarts@noreply.github.com>;
抄送: "小霞"<1101152873@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [apache/incubator-echarts] angleAxis.triggerEvent =true无效 (#9765)
@100pah 关闭的bug的说明是什么?解决了吗?在哪个版本解决的?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@fuyongxia 请问我把github上的工程下载后,如何在本地dist目录生成基于master的echarts.js? |
npm run prepublish
…------------------ 原始邮件 ------------------
发件人: "peter-wang-wsl"<notifications@github.com>;
发送时间: 2019年4月30日(星期二) 中午12:50
收件人: "apache/incubator-echarts"<incubator-echarts@noreply.github.com>;
抄送: "小霞"<1101152873@qq.com>; "Mention"<mention@noreply.github.com>;
主题: Re: [apache/incubator-echarts] angleAxis.triggerEvent =true无效 (#9765)
@fuyongxia 请问我把github上的工程下载后,如何在本地dist目录生成基于master的echarts.js?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
你先确定你本地的开源代码是新版本的,对比一下src/component/axis/AngleAxisView.js 这个文件有没有import AxisBuilder from './AxisBuilder'; 然后再确定是在echarts项目下进行npm run prepublish的吗
…------------------ 原始邮件 ------------------
发件人: "peter-wang-wsl"<notifications@github.com>;
发送时间: 2019年4月30日(星期二) 下午2:06
收件人: "apache/incubator-echarts"<incubator-echarts@noreply.github.com>;
抄送: "小霞"<1101152873@qq.com>; "Mention"<mention@noreply.github.com>;
主题: Re: [apache/incubator-echarts] angleAxis.triggerEvent =true无效 (#9765)
@fuyongxia 十分感谢,dist文件夹内文件没有更新...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
#9774 看下我之前提的这个问题,是因为z-render这个包的问题,用它修复后的包
…------------------ 原始邮件 ------------------
发件人: "peter-wang-wsl"<notifications@github.com>;
发送时间: 2019年4月30日(星期二) 下午2:24
收件人: "apache/incubator-echarts"<incubator-echarts@noreply.github.com>;
抄送: "小霞"<1101152873@qq.com>; "Mention"<mention@noreply.github.com>;
主题: Re: [apache/incubator-echarts] angleAxis.triggerEvent =true无效 (#9765)
运行报错,npm install fs-extra还报错...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
我使用echarts master和zrender master重新编译了,但形如myChart.on('click','angleAxis.category',function(){ alert(1) }) 没有被触发,已提 #10382 |
This was referenced Mar 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General Questions
Issue Type
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,
};
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}
The text was updated successfully, but these errors were encountered: