refactor: 删除重复的chart工具方法

This commit is contained in:
chenjinsong
2022-03-03 15:35:22 +08:00
parent 6e33638715
commit 0c8892f8e4
10 changed files with 21 additions and 808 deletions

View File

@@ -170,6 +170,11 @@ export const detectionPageType = {
performanceEvent: 'performanceEvent'
}
export const chartColor = ['#5370C6', '#90CC74', '#FAC858', '#EE6666',
'#73BFDE', '#3BA172', '#FC8452', '#9960B4',
'#E97CCC', '#FEA69E', '#0F8AB2', '#57CBAC',
'#5888BC', '#63B6AC', '#EDC6B2', '#D5746B']
export const iso36112 = {
[storageKey.iso36112Capital]: 'data/countriesWithCapital',
[storageKey.iso36112WorldLow]: 'worldChinaLow',