#20334·echarts

[Feature] 想要配置其他的按钮,通过点击按钮调用dataView展示的方法

Author: purpletastesCreated Sep 11, 2024Updated Sep 12, 2026
Labelsnew-featurependingstale

What problem does this feature solve?

toolbox: { feature: { dataView: {} } } 如何能够实现点击其他按钮来显示dataView的效果呢,也就是toolbox里面的dataView默认不展示,但是我想点击一个按钮来展示效果,如何实现呢

What does the proposed API look like?

toolbox: { feature: { dataView: {} } } 如何能够实现点击其他按钮来显示dataView的效果呢,也就是toolbox里面的dataView默认不展示,但是我想点击一个按钮来展示效果,如何实现呢