You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
import Bars from './Bars'
|
|
|
|
import Pies from './Pies'
|
|
|
|
import Lines from './Lines'
|
|
|
|
import Scatters from './Scatters'
|
|
|
|
import Mores from './Mores'
|
|
|
|
import Maps from './Maps'
|
|
|
|
|
|
|
|
export const ChartList = [...Bars, ...Lines, ...Pies, ]//...Scatters, ...Maps, ...Mores
|