Skip to content

Commit f8adf0e

Browse files
committed
scrolly
1 parent e6dd44e commit f8adf0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • test/apps/widgets-infovis

test/apps/widgets-infovis/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ new Deck({
8989
new GimbalWidget(),
9090
new _FpsWidget(),
9191
new ResetViewWidget({id: 'reset-orbit', viewId: 'orbit-view', placement: 'top-right'}),
92+
new ScrollbarWidget({id: 'scroll-orbit', viewId: 'orbit-view', orientation: 'horizontal', contentBounds: [[-50, -50], [50, 50]]}),
9293
new ResetViewWidget({id: 'reset-ortho', viewId: 'ortho-view', placement: 'top-right'}),
9394
new ZoomWidget({viewId: 'ortho-view'}),
9495
new ScrollbarWidget({viewId: 'ortho-view', orientation: 'vertical', contentBounds: [[-50, -50], [50, 50]]})

0 commit comments

Comments
 (0)