Skip to content

Commit bd1e6a6

Browse files
Merge pull request #140 from spadgett/disable-modebar
Disable modebar buttons on line charts
2 parents 1b5b07b + 53e23fa commit bd1e6a6

File tree

1 file changed

+1
-0
lines changed
  • frontend/public/components/graphs

1 file changed

+1
-0
lines changed

frontend/public/components/graphs/line.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class Line extends BaseGraph {
5353
};
5454
this.options = {
5555
displaylogo: false,
56+
displayModeBar: false,
5657
};
5758
this.style = { width: '100%' };
5859
this.onPlotlyRelayout = e => {

0 commit comments

Comments
 (0)