toolbox是echarts中的工具箱

echarts之toolbox-orient

 

当orient为‘vertical’

 toolbox: {
        show : true,
        orient:'vertical'
}

echarts之toolbox-orient

 

当orient为’horizontal’

toolbox: {
        show : true,
        orient:'horizontal'
}

echarts之toolbox-orient

相关文章: