-
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
custom toolbox,the show property don't work #14618
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question. If you are interested in the project, you may also subscribe our mailing list. Have a nice day! 🍵 |
Hello @767683528 . please provide a online reproduction. I see that the toolbox running normally |
Hi I mean the custom toolbox, in the feature, it has a property "show", it don't work! just see the enclosure。
…------------------ 原始邮件 ------------------
发件人: "apache/echarts" ***@***.***>;
发送时间: 2021年4月8日(星期四) 下午3:23
***@***.***>;
***@***.******@***.***>;
主题: Re: [apache/echarts] custom toolbox,the show property don't work (#14618)
Hello @767683528 . please provide a online reproduction.
I see that the toolbox running normally
https://echarts.apache.org/examples/zh/editor.html?c=line-marker
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @767683528 ,I may still not understand your confusion, sorry |
Hi dear, In the last email, I put a picture in the attachment, which you can understand!
…------------------ 原始邮件 ------------------
发件人: "apache/echarts" ***@***.***>;
发送时间: 2021年4月8日(星期四) 下午3:45
***@***.***>;
***@***.******@***.***>;
主题: Re: [apache/echarts] custom toolbox,the show property don't work (#14618)
Hi @767683528 ,I may still not understand your confusion, sorry
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
toolbox: {
show: true,
feature: {
myBack: {
show: false,
title: '返回',
icon: 'path://M473.2 276.9v-133c-4-18.4-11.7-27-20.2-30.3-17.2-6.7-37.8 8.5-37.8 8.5L95.9 395.4c-70.1 48.4-4.8 84.7-4.8 84.7L405.5 751c62.9 46 67.7-24.2 67.7-24.2V603.4c319.3-99.2 449.9 297.5 449.9 297.5 12.1 21.8 19.3 0 19.3 0 123.4-595-469.2-624-469.2-624z m0 0',
iconStyle: {
color: "#1aaef6",
borderColor: "#1aaef6"
},
onclick: function() {
}
}
}
},
Hi, look this, I set the property show: false, but I still can see the icon in the toolbox, you try it.
…------------------ 原始邮件 ------------------
发件人: "apache/echarts" ***@***.***>;
发送时间: 2021年4月8日(星期四) 下午3:45
***@***.***>;
***@***.******@***.***>;
主题: Re: [apache/echarts] custom toolbox,the show property don't work (#14618)
Hi @767683528 ,I may still not understand your confusion, sorry
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Version
5.0.2
Steps to reproduce
jsut custom the toolbox, in the feature, use show property
What is expected?
echarts 5.0.2
What is actually happening?
show don't work
no
The text was updated successfully, but these errors were encountered: