perf: 优化散点图,新增数据mock

This commit is contained in:
奔跑的面条
2022-09-17 21:43:20 +08:00
parent 854f7f15a4
commit bad3e31b0a
24 changed files with 218 additions and 752 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ import Scatters from './Scatters'
import Mores from './Mores'
import Maps from './Maps'
export const ChartList = [...Bars, ...Pies, ...Lines, ...Scatters, ...Maps, ...Mores]
export const ChartList = [...Bars, ...Lines, ...Pies, ...Scatters, ...Maps, ...Mores]