Skip to content

Commit

Permalink
missing export for combined chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpadilla1 committed Mar 19, 2016
1 parent 2cc4697 commit 2cdabdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import CandleStickChart from './components/CandleStickChart';
import BubbleChart from './components/BubbleChart';
import ScatterChart from './components/ScatterChart';
import RadarChart from './components/RadarChart';
import CombinedChart from './components/CombinedChart';

module.exports = {
BarChart,
Expand All @@ -15,5 +16,6 @@ module.exports = {
CandleStickChart,
BubbleChart,
ScatterChart,
RadarChart
RadarChart,
CombinedChart
};

0 comments on commit 2cdabdb

Please sign in to comment.