报表


// 权限树状图规则
defaultProps: {
children: 'children',
label: 'label'
}

//柱形图
{generateChartDate: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'] ,//日期
generateChartContent: [10, 52, 200, 334, 390, 330, 220, 110, 120, 111, 333, 123]
}
//与日期数量对应的数值

//饼图
sweepCodeChartData: [
{ value: 335, name: '上海' },
{ value: 310, name: '广东' },
{ value: 234, name: '广西' },
{ value: 135, name: '北京' },
{ value: 1548, name: '浙江' }

原文地址:https://www.cnblogs.com/siyunianhua/p/10623776.html