自定义echarts的toolbox事件(dataView表格)

原文出处:https://blog.csdn.net/u012890715/article/details/78857086
 

toolbox: {
                show : true,
                feature : {
                    mark : {show: true},
                    dataView : {
                    	show: true, readOnly: true,
                    	optionToContent : function(opt) {
                    		var table = $("#tableDiv").html();
                    		return table;
                    	}
                    },
                    magicType : {show: true, type: ['line', 'bar']},
                    restore : {show: true},
                    saveAsImage : {show: true}
                }
            }
                                 类型
         
                          级别
     年份
咨询类 运维类 开发类 合计
-- A B C 小计 A B C 小计 A B C 小计 --


 

你可能感兴趣的:(ECharts,实用)