We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dd44e commit f8adf0eCopy full SHA for f8adf0e
1 file changed
test/apps/widgets-infovis/app.ts
@@ -89,6 +89,7 @@ new Deck({
89
new GimbalWidget(),
90
new _FpsWidget(),
91
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]]}),
93
new ResetViewWidget({id: 'reset-ortho', viewId: 'ortho-view', placement: 'top-right'}),
94
new ZoomWidget({viewId: 'ortho-view'}),
95
new ScrollbarWidget({viewId: 'ortho-view', orientation: 'vertical', contentBounds: [[-50, -50], [50, 50]]})
0 commit comments