import BarChart from './BarChart';
import BoxPlot from './BoxPlot';
import BulletChart from './BulletChart';
import GanttChart from './GanttChart';
import Geo from './Geo';
import GeoDots from './GeoDots';
import Heatmap from './Heatmap';
import Histogram from './Histogram';
import LineChart from './LineChart';
import LineUp from './LineUp';
import OnSet from './OnSet';
import ParallelCoordinates from './ParallelCoordinates';
import ScatterPlot from './ScatterPlot';
import ScatterPlotMatrix from './ScatterPlotMatrix';
import SurvivalPlot from './SurvivalPlot';
import UpSet from './UpSet';
export default {
BarChart,
BoxPlot,
BulletChart,
GanttChart,
Geo,
GeoDots,
Heatmap,
Histogram,
LineChart,
LineUp,
OnSet,
ParallelCoordinates,
ScatterPlot,
ScatterPlotMatrix,
SurvivalPlot,
UpSet
};
|