forked from plouc/nivo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Raphael Benitte
committed
Apr 23, 2016
1 parent
cd7ae8f
commit 0f9544b
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
export default from './Nivo'; | ||
export Chart from './components/Chart'; | ||
export * from './components/charts/pie/'; | ||
export AreaShape from './components/shapes/Area'; | ||
export LineShape from './components/shapes/Line'; | ||
export AxisX from './components/axes/AxisX'; | ||
export AxisY from './components/axes/AxisY'; | ||
export XYScales from './components/scales/XYScales'; | ||
export Stack from './components/charts/Stack'; | ||
export RadialStack from './components/charts/RadialStack'; | ||
export TreeMap from './components/charts/TreeMap'; | ||
export Bubble from './components/charts/Bubble'; | ||
export BubbleLegends from './components/charts/BubbleLegends'; | ||
export Tree from './components/charts/Tree'; | ||
export default from './Nivo'; | ||
export Chart from './components/Chart'; | ||
export * from './components/charts/pie/'; | ||
export AreaShape from './components/shapes/Area'; | ||
export LineShape from './components/shapes/Line'; | ||
export AxisX from './components/axes/AxisX'; | ||
export AxisY from './components/axes/AxisY'; | ||
export XYScales from './components/scales/XYScales'; | ||
export Stack from './components/charts/Stack'; | ||
export RadialStack from './components/charts/RadialStack'; | ||
export TreeMap from './components/charts/TreeMap'; | ||
export Bubble from './components/charts/Bubble'; | ||
export BubbleLegends from './components/charts/BubbleLegends'; | ||
export Tree from './components/charts/Tree'; |