import Line from './line'; import Empty from './empty'; import Area from './area'; import Bar from './bar'; import Point from './point'; import Pie from './pie'; import Heatmap from './heatmap'; import Funnel from './funnel'; import Relation from './relation'; import Facet from './facet'; import Theme from './theme'; import Map from './map'; import Guage from './guage'; import Slider from './slider'; import Guide from './guide'; import Others from './others'; export default { lineChart: { Line, Bar, Area, Point, Pie, Heatmap, Funnel, Relation, Facet, Theme, Guage, Map, Slider, Guide, Others }, };