2023-07-05 19:36:30 +08:00

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]