echarts之toolbox-orient

toolbox是echarts中的工具箱

当orient为‘vertical’

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

当orient为’horizontal’

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

原文地址:https://www.cnblogs.com/zycy/p/6232067.html