Skip to content

Commit

Permalink
Defines the SelectionDemoState
Browse files Browse the repository at this point in the history
  • Loading branch information
wsparsons committed Apr 30, 2020
1 parent 10fa402 commit dc0739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/ts/components/selection-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { VictoryLegend } from "@packages/victory-legend";
import { VictoryTooltip } from "@packages/victory-tooltip";

interface SelectionDemoState {
points: [];
points: { x: number; y: number }[];
}

interface DataSet {
Expand Down

0 comments on commit dc0739e

Please sign in to comment.