调整完毕
This commit is contained in:
		| @@ -313,104 +313,117 @@ export const chartTpl = [{ | ||||
|     sourceDataId: '', | ||||
|     dynamicData: [] | ||||
|   }] | ||||
| }, { | ||||
|   label: '饼图', type: 'pie', list: [{ | ||||
|     code: 'widget-linechart', | ||||
|     type: 'pieChart2', | ||||
|     config: 'pieChart2', | ||||
|     label: '饼图', | ||||
|     title: '饼图', | ||||
|     icon: 'icontext_box', | ||||
|     value: '', | ||||
|     border: 'border6', | ||||
|     width: 500, | ||||
|     height: 300, | ||||
|     zIndex: 1, | ||||
|     top: 0, | ||||
|     left: 0, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|     dataX: '', | ||||
|     dataY: [], | ||||
|     api: '', | ||||
|     apiData: [], | ||||
|     dataType: 'staticData', | ||||
|     staticData: [{name: '阿斯达', v1: 23, v2: 33}, {name: '水电费', v1: 12, v2: 34}, { | ||||
|       name: '凡哥', | ||||
|       v1: 67, | ||||
|       v2: 25 | ||||
|     }, {name: '党费', v1: 98, v2: 85}], | ||||
|     sourceDataId: '', | ||||
|     dynamicData: [] | ||||
| }, | ||||
|   { | ||||
|     label: '饼图', type: 'pie', list: [{ | ||||
|       code: 'widget-linechart', | ||||
|       type: 'pieChart2', | ||||
|       config: 'pieChart2', | ||||
|       label: '饼图', | ||||
|       title: '饼图', | ||||
|       icon: 'icontext_box', | ||||
|       value: '', | ||||
|       border: 'border6', | ||||
|       width: 500, | ||||
|       height: 300, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|       dataX: '', | ||||
|       dataY: [], | ||||
|       api: '', | ||||
|       apiData: [], | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{name: '阿斯达', v1: 23, v2: 33}, {name: '水电费', v1: 12, v2: 34}, { | ||||
|         name: '凡哥', | ||||
|         v1: 67, | ||||
|         v2: 25 | ||||
|       }, {name: '党费', v1: 98, v2: 85}], | ||||
|       sourceDataId: '', | ||||
|       dynamicData: [] | ||||
|     }, { | ||||
|       code: 'widget-linechart', | ||||
|       type: 'pieChart1', | ||||
|       label: '饼图', | ||||
|       title: '饼图', | ||||
|       icon: 'icontext_box', | ||||
|       value: '', | ||||
|       border: 'border6', | ||||
|       width: 500, | ||||
|       height: 300, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|       dataX: '', | ||||
|       dataY: [], | ||||
|       api: '', | ||||
|       apiData: [], | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{name: '阿斯达', v1: 23, v2: 33}, {name: '水电费', v1: 12, v2: 34}, { | ||||
|         name: '凡哥', | ||||
|         v1: 67, | ||||
|         v2: 25 | ||||
|       }, {name: '党费', v1: 98, v2: 85}], | ||||
|       config: 'pieChart1', | ||||
|       sourceDataId: '', | ||||
|       dynamicData: [] | ||||
|     }, { | ||||
|       code: 'widget-linechart', | ||||
|       type: 'pieChart3', | ||||
|       label: '饼图', | ||||
|       title: '饼图', | ||||
|       icon: 'icontext_box', | ||||
|       value: '', | ||||
|       border: 'border6', | ||||
|       width: 500, | ||||
|       height: 300, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|       dataX: '', | ||||
|       dataY: [], | ||||
|       api: '', | ||||
|       apiData: [], | ||||
|       dataType: 'staticData', | ||||
|       staticData: [{name: '阿斯达', v1: 23, v2: 33}, {name: '水电费', v1: 12, v2: 34}, { | ||||
|         name: '凡哥', | ||||
|         v1: 67, | ||||
|         v2: 25 | ||||
|       }, {name: '党费', v1: 98, v2: 85}], | ||||
|       config: 'pieChart3', | ||||
|       sourceDataId: '', | ||||
|       dynamicData: [] | ||||
|     }, { | ||||
|       type: 'summary', | ||||
|       label: '进度饼图', | ||||
|       title: '进度饼图', | ||||
|       border: 'border15', | ||||
|       display: 'processPie', | ||||
|       width: 500, | ||||
|       height: 300, | ||||
|       zIndex: 1, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/processPieChart.png', | ||||
|       dataType: 'staticData', | ||||
|       staticData: {name: '综合调处率', label: "累计调解成功", v1: 23, totalLabel: "累计排查受理", total: 33}, | ||||
|     },] | ||||
|   }, { | ||||
|     code: 'widget-linechart', | ||||
|     type: 'pieChart1', | ||||
|     label: '饼图', | ||||
|     title: '饼图', | ||||
|     icon: 'icontext_box', | ||||
|     value: '', | ||||
|     border: 'border6', | ||||
|     width: 500, | ||||
|     height: 300, | ||||
|     zIndex: 1, | ||||
|     top: 0, | ||||
|     left: 0, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|     dataX: '', | ||||
|     dataY: [], | ||||
|     api: '', | ||||
|     apiData: [], | ||||
|     dataType: 'staticData', | ||||
|     staticData: [{name: '阿斯达', v1: 23, v2: 33}, {name: '水电费', v1: 12, v2: 34}, { | ||||
|       name: '凡哥', | ||||
|       v1: 67, | ||||
|       v2: 25 | ||||
|     }, {name: '党费', v1: 98, v2: 85}], | ||||
|     config: 'pieChart1', | ||||
|     sourceDataId: '', | ||||
|     dynamicData: [] | ||||
|   }, { | ||||
|     code: 'widget-linechart', | ||||
|     type: 'pieChart3', | ||||
|     label: '饼图', | ||||
|     title: '饼图', | ||||
|     icon: 'icontext_box', | ||||
|     value: '', | ||||
|     border: 'border6', | ||||
|     width: 500, | ||||
|     height: 300, | ||||
|     zIndex: 1, | ||||
|     top: 0, | ||||
|     left: 0, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/pie.png', | ||||
|     dataX: '', | ||||
|     dataY: [], | ||||
|     api: '', | ||||
|     apiData: [], | ||||
|     dataType: 'staticData', | ||||
|     staticData: [{name: '阿斯达', v1: 23, v2: 33}, {name: '水电费', v1: 12, v2: 34}, { | ||||
|       name: '凡哥', | ||||
|       v1: 67, | ||||
|       v2: 25 | ||||
|     }, {name: '党费', v1: 98, v2: 85}], | ||||
|     config: 'pieChart3', | ||||
|     sourceDataId: '', | ||||
|     dynamicData: [] | ||||
|   }, { | ||||
|     type: 'summary', | ||||
|     label: '进度饼图', | ||||
|     title: '进度饼图', | ||||
|     border: 'border15', | ||||
|     display: 'processPie', | ||||
|     width: 500, | ||||
|     height: 300, | ||||
|     zIndex: 1, | ||||
|     top: 0, | ||||
|     left: 0, | ||||
|     thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/processPieChart.png', | ||||
|     dataType: 'staticData', | ||||
|     staticData: {name: '综合调处率', label: "累计调解成功", v1: 23, totalLabel: "累计排查受理", total: 33}, | ||||
|   },] | ||||
| }] | ||||
|     label: '关系图', type: 'graph', list: [{ | ||||
|       type: "graphChart1", | ||||
|       label: "气泡图", title: "气泡图", border: 'border15', | ||||
|       width: 500, | ||||
|       height: 300, | ||||
|       top: 0, | ||||
|       left: 0, | ||||
|       dataType: 'staticData', | ||||
|       staticData: [], | ||||
|       thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/graphChart1.png', | ||||
|     }] | ||||
|   }] | ||||
| const maps = [{ | ||||
|   type: 'map', | ||||
|   label: '地图', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user