option
option = { title : { text: '漏斗圖', subtext: '純屬虛構' }, tooltip : { trigger: 'item', formatter: "{a}
{b} : {c}%" }, toolbox: { show : true, feature : { mark : {show: true}, dataView : {show: true, readOnly: false}, restore : {show: true}, saveAsImage : {show: true} } }, legend: { data : ['展現','點擊','訪問','咨詢','訂單'] }, calculable : true, series : [ { name:'漏斗圖', type:'funnel', x: '10%', y: 60, //x2: 80, y2: 60, width: '80%', // height: {totalHeight} - y - y2, min: 0, max: 100, minSize: '0%', maxSize: '100%', sort : 'descending', // 'ascending', 'descending' gap : 10, itemStyle: { normal: { // color: 各異, borderColor: '#fff', borderWidth: 1, label: { show: true, position: 'inside' // textStyle: null // 默認使用全局文本樣式,詳見TEXTSTYLE }, labelLine: { show: false, length: 10, lineStyle: { // color: 各異, width: 1, type: 'solid' } } }, emphasis: { // color: 各異, borderColor: 'red', borderWidth: 5, label: { show: true, formatter: '{b}:{c}%', textStyle:{ fontSize:20 } }, labelLine: { show: true } } }, data:[ {value:60, name:'訪問'}, {value:40, name:'咨詢'}, {value:20, name:'訂單'}, {value:80, name:'點擊'}, {value:100, name:'展現'} ] } ] };
刷 新
切換主題