原始echarts 例子 http://echarts.baidu.com/echarts2/doc/example/tree1.html 原始图对应echarts 配置 option = { title : { text: '手机品牌', subtext: '线、节点样式' }, tooltip : { trigger: 'item', formatter: "{b}: {c}" }, toolbox: { show : true, feature : { mark : {show: true}, dataView : {show: true,...