Skip to content

Commit

Permalink
Merge pull request #140 from spadgett/disable-modebar
Browse files Browse the repository at this point in the history
Disable modebar buttons on line charts
  • Loading branch information
openshift-merge-robot authored Jun 19, 2018
2 parents 1b5b07b + 53e23fa commit bd1e6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/components/graphs/line.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class Line extends BaseGraph {
};
this.options = {
displaylogo: false,
displayModeBar: false,
};
this.style = { width: '100%' };
this.onPlotlyRelayout = e => {
Expand Down

0 comments on commit bd1e6a6

Please sign in to comment.