export const NAME = 'name' export const GROUP = 'group' export const VALUE = 'value' export const CONFIG_ERROR = '配置有误,请检查!' export const BAR_OPTION = { type: 'bar', barMaxWidth: '50' } export const OPTION = { xAxis: { type: 'category' }, legend: {}, yAxis: {}, tooltip: {} } export const PIE_ENCODE = { itemName: '', value: '' } export const AXIS_ENCODE = { x: '', y: '' }