Skip to content

Commit 2f6a99b

Browse files
MInor
1 parent 9444df6 commit 2f6a99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/components/composite.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ define([
4646
<Panel title="Tree" text="Here is a Tree Graph" sources={ ['components/tree'] }>
4747
<Tree />
4848
</Panel>
49-
<Panel title="Bar" text="Here is a Bar Chart" sources={ ['components/bar'] }>
49+
<Panel title="Bar" text="Point over the bars to animate" sources={ ['components/bar'] }>
5050
<Bar data={[[1, 2, 3, 4], [3, 4, 5, 6], [4, 2, 3, 2]]}/>
5151
</Panel>
52-
<Panel title="Stack" text="Here is a Stack Chart" sources={ ['components/stack'] }>
52+
<Panel title="Stack" text="Point over the bars to animate" sources={ ['components/stack'] }>
5353
<Stack data={[[1, 2, 3, 4], [3, 4, 5, 6], [4, 2, 3, 2]]} />
5454
</Panel>
5555
</Row>

0 commit comments

Comments
 (0)