web 统计图
<FORMAT STYLE="CHART" CODE="DEFAULT" NAME="DEFAULT" WIDTH="" HEIGHT="" TYPE="PIE">
TYPE 支持:CHART,PIE,POLAR,FUNNEL,SANKEY,TREEMAP.
return { type :"doughnut",
seriesTemplate: {
nameField:"s"
},
palette: "Soft Pastel",
commonSeriesSettings: {
valueField:"y",
argumentField:"x",
label: {
visible: true,
format: "fixedPoint",
customizeText: function (point) {
return point.argumentText + ": " + point.valueText ;
},
connector: {
visible: true,
width: 1
}
}
},
title: {
text: "区域销售比例分析",
font: {
color:"#326690",
},
},
margin: {
top: 20,
bottom: 20,
left: 30,
right: 30
}
}
</FORMAT>
Created with the Personal Edition of HelpNDoc: Easily create EBooks