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

@@ -126,7 +126,8 @@
import { get } from '@/utils/http'
import { api } from '@/utils/api'
import * as echarts from 'echarts'
import { getChartColor, entityListLineOption } from '@/views/charts/charts/chart-options'
import { entityListLineOption } from '@/views/charts/charts/chart-options'
import { getChartColor } from '@/views/charts/charts/tools'
import { legendMapping } from '@/views/charts/charts/chart-table-title'
import unitConvert from '@/utils/unit-convert'
import { unitTypes } from '@/utils/constants'