echarts 设置toolbox工具栏并配置是否显示
toolbox: {
feature: {
dataZoom: {
show: true,
yAxisIndex: 'none',
iconStyle: {
//不需要图标可以设置隐藏按钮
opacity: 0,
},
},
// restore: {},
// saveAsImage: {},
},
},