mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-13 22:12:11 +08:00
10 lines
314 B
TypeScript
10 lines
314 B
TypeScript
import Bars from './Bars'
|
|
import Pies from './Pies'
|
|
import Lines from './Lines'
|
|
import Scatters from './Scatters'
|
|
import Mores from './Mores'
|
|
import COMBINATIONS from './COMBINATIONS'
|
|
import Maps from './Maps'
|
|
|
|
export const ChartList = [...Bars, ...Lines, ...Pies, ...Scatters, ...Maps, ...COMBINATIONS, ...Mores]
|