all files / candela/components/ index.js

100% Statements 38/38
100% Branches 4/4
100% Functions 1/1
100% Lines 19/19
1 branch Ignored     
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39                                          
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 TrackerDash from './TrackerDash';
import UpSet from './UpSet';
 
export default {
  BarChart,
  BoxPlot,
  BulletChart,
  GanttChart,
  Geo,
  GeoDots,
  Heatmap,
  Histogram,
  LineChart,
  LineUp,
  OnSet,
  ParallelCoordinates,
  ScatterPlot,
  ScatterPlotMatrix,
  SurvivalPlot,
  TrackerDash,
  UpSet
};