Skip to content

Commit

Permalink
Merge pull request #2253 from influxdata/feat/remove-y2-options
Browse files Browse the repository at this point in the history
Remove y2 options
  • Loading branch information
bthesorceror authored Jan 4, 2019
2 parents 4ca3b83 + e3e7f1d commit e4b83db
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ui/src/shared/components/view_options/LineOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class LineOptions extends PureComponent<Props> {

return (
<>
<Grid.Column widthMD={Columns.Four}>
<Grid.Column widthMD={Columns.Six}>
<h4 className="view-options--header">Customize Graph</h4>
<Form>
<Grid>
Expand All @@ -95,7 +95,7 @@ class LineOptions extends PureComponent<Props> {
</Grid>
</Form>
</Grid.Column>
<Grid.Column widthMD={Columns.Four}>
<Grid.Column widthMD={Columns.Six}>
<h4 className="view-options--header">Left Y Axis</h4>
<Form>
<Grid>
Expand Down Expand Up @@ -126,9 +126,6 @@ class LineOptions extends PureComponent<Props> {
</Grid>
</Form>
</Grid.Column>
<Grid.Column widthMD={Columns.Four}>
<h4 className="view-options--header">Right Y Axis</h4>
</Grid.Column>
</>
)
}
Expand Down

0 comments on commit e4b83db

Please sign in to comment.