Skip to content

Commit

Permalink
fix(behaviors): fix optimize viewport transform does not hide edge ar…
Browse files Browse the repository at this point in the history
…row (#6217)

Co-authored-by: antv <antv@antfin.com>
  • Loading branch information
Aarebecca and antv committed Aug 22, 2024
1 parent e8f7a05 commit 7cb9d26
Show file tree
Hide file tree
Showing 5 changed files with 1,265 additions and 730 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const behaviorOptimizeViewportTransform: TestCase = async (context) => {
style: {
labelFontSize: 8,
labelText: (datum) => datum.id,
startArrow: true,
},
},
behaviors: ['drag-canvas', 'zoom-canvas', 'scroll-canvas', 'optimize-viewport-transform'],
Expand Down
Loading

0 comments on commit 7cb9d26

Please sign in to comment.