Skip to content

Commit

Permalink
demo(vx-brush): update initial brush position
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed May 2, 2020
1 parent f494a12 commit 451f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-demo/src/components/tiles/Brush.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function BrushChart({

const initialBrushPosition = {
start: { x: brushDateScale(getDate(stock[50])) },
end: { x: brushDateScale(getDate(stock[150])) },
end: { x: brushDateScale(getDate(stock[100])) },
};

return (
Expand Down

0 comments on commit 451f9ac

Please sign in to comment.