echarts 区域缩放按钮,缩放和返回按钮无法单独隐藏/dataZoomSelect zoom and back button can be hidden separately

mmvthczy  于 5个月前  发布在  Echarts
关注(0)|答案(1)|浏览(68)

What problem does this feature solve?

I need to bind events in zoom to read data from the background again,In this way, the back event is detached, so the back button is not needed, but it cannot be hidden

What does the proposed API look like?

toolbox: {
feature: {
dataZoom: {
show: true,
yAxisIndex: 'none',
hidden: {
back: 'true'
}
},
}
|

pgpifvop

pgpifvop1#

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

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! 🍵

相关问题