Skip to content

Commit 8a5ff5f

Browse files
UPDATE readme
1 parent fecfdc4 commit 8a5ff5f

File tree

1 file changed

+1
-2
lines changed
  • test-dashboard/toolpanel-dashboard

1 file changed

+1
-2
lines changed

test-dashboard/toolpanel-dashboard/ui.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ function createPlot (divId) {
5656
graphDiv.toolPanel = toolPanel = new ToolPanel(Plotly, graphDiv, {
5757
standalone: true,
5858
popoverContainer: containerDiv,
59-
menuStyle: 'minimal',
60-
orientation: 'horizontal'
59+
menuStyle: 'descriptive'
6160
});
6261

6362
window.toolPanel = graphDiv.toolPanel;

0 commit comments

Comments
 (0)