Skip to content

Commit 5031543

Browse files
committed
added bar chart from issue report to demo
1 parent 3170ef7 commit 5031543

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

demo/ts/components/victory-zoom-container-demo.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,13 @@ export default class VictoryZoomContainerDemo extends React.Component<
550550
<VictoryAxis />
551551
<VictoryAxis dependentAxis />
552552
</VictoryChart>
553+
554+
<VictoryChart
555+
containerComponent={<VictoryZoomContainer />}
556+
style={{ parent: parentStyle }}
557+
>
558+
<VictoryBar />
559+
</VictoryChart>
553560
</div>
554561
);
555562
}

0 commit comments

Comments
 (0)