Skip to content

Commit c9be45f

Browse files
authored
Merge pull request #51 from createthis/master
Show bubble example.
2 parents 560d257 + 307150a commit c9be45f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/src/example.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import BarExample from './components/bar';
99
import HorizontalBarExample from './components/horizontalBar';
1010
import RadarExample from './components/radar';
1111
import PolarExample from './components/polar';
12+
import BubbleExample from './components/bubble';
1213
import MixedDataExample from './components/mix';
1314

1415
class App extends React.Component {
@@ -32,6 +33,8 @@ class App extends React.Component {
3233
<hr />
3334
<PolarExample />
3435
<hr />
36+
<BubbleExample />
37+
<hr />
3538
<MixedDataExample />
3639
</div>
3740
);

0 commit comments

Comments
 (0)