Skip to content

Commit

Permalink
Fix Example Data for Steps (#20)
Browse files Browse the repository at this point in the history
* add filtering, add x,y to point tooltip hover

* set initial transform to surround graphics

* minor tweak to fix step animation
  • Loading branch information
seveibar authored Jan 31, 2025
1 parent e19b8ad commit ab87a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/interactive2-layer-and-step-filtering.fixture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default () => {
step: 1,
},
{
center: { x: 250, y: 100 },
center: { x: 300, y: 100 },
width: 50,
height: 100,
layer: "layer1",
Expand Down

0 comments on commit ab87a21

Please sign in to comment.