-
Notifications
You must be signed in to change notification settings - Fork 835
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
Showing
2 changed files
with
67 additions
and
97 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,16 @@ | ||
export {default as AxesShowcase} from './showcase-sections/axes-showcase'; | ||
export {default as PlotsShowcase} from './showcase-sections/plots-showcase'; | ||
export { | ||
default as SunburstSection | ||
} from './showcase-sections/sunburst-showcase'; | ||
export {default as RadialShowcase} from './showcase-sections/radial-showcase'; | ||
export {default as RadarShowcase} from './showcase-sections/radar-showcase'; | ||
export {default as LegendsShowcase} from './showcase-sections/legends-showcase'; | ||
export {default as SankeysShowcase} from './showcase-sections/sankeys-showcase'; | ||
export {default as TreemapShowcase} from './showcase-sections/treemap-showcase'; | ||
export { | ||
default as ParallelCoordinatesShowcase | ||
} from './showcase-sections/parallel-coordinates-showcase'; | ||
export {default as MiscShowcase} from './showcase-sections/misc-showcase'; | ||
export AxesShowcase from './showcase-sections/axes-showcase'; | ||
export PlotsShowcase from './showcase-sections/plots-showcase'; | ||
export SunburstSection from './showcase-sections/sunburst-showcase'; | ||
export RadialShowcase from './showcase-sections/radial-showcase'; | ||
export RadarShowcase from './showcase-sections/radar-showcase'; | ||
export LegendsShowcase from './showcase-sections/legends-showcase'; | ||
export SankeysShowcase from './showcase-sections/sankeys-showcase'; | ||
export TreemapShowcase from './showcase-sections/treemap-showcase'; | ||
export ParallelCoordinatesShowcase from './showcase-sections/parallel-coordinates-showcase'; | ||
export MiscShowcase from './showcase-sections/misc-showcase'; | ||
|
||
export { | ||
default as Candlestick | ||
} from './examples/candlestick/candlestick-example'; | ||
export { | ||
default as ForceDirectedGraph | ||
} from './examples/force-directed-graph/force-directed-example'; | ||
export { | ||
default as ResponsiveVis | ||
} from './examples/responsive-vis/responsive-vis-example'; | ||
export { | ||
default as StreamgraphExample | ||
} from './examples/streamgraph/streamgraph-example'; | ||
export {default as HistoryExample} from './examples/history/history-example'; | ||
export Candlestick from './examples/candlestick/candlestick-example'; | ||
export ForceDirectedGraph from './examples/force-directed-graph/force-directed-example'; | ||
export ResponsiveVis from './examples/responsive-vis/responsive-vis-example'; | ||
export StreamgraphExample from './examples/streamgraph/streamgraph-example'; | ||
export HistoryExample from './examples/history/history-example'; |
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