Remove y2 options
parent
4ca3b83813
commit
e3e7f1dab4
|
@ -80,7 +80,7 @@ class LineOptions extends PureComponent<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Grid.Column widthMD={Columns.Four}>
|
<Grid.Column widthMD={Columns.Six}>
|
||||||
<h4 className="view-options--header">Customize Graph</h4>
|
<h4 className="view-options--header">Customize Graph</h4>
|
||||||
<Form>
|
<Form>
|
||||||
<Grid>
|
<Grid>
|
||||||
|
@ -95,7 +95,7 @@ class LineOptions extends PureComponent<Props> {
|
||||||
</Grid>
|
</Grid>
|
||||||
</Form>
|
</Form>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
<Grid.Column widthMD={Columns.Four}>
|
<Grid.Column widthMD={Columns.Six}>
|
||||||
<h4 className="view-options--header">Left Y Axis</h4>
|
<h4 className="view-options--header">Left Y Axis</h4>
|
||||||
<Form>
|
<Form>
|
||||||
<Grid>
|
<Grid>
|
||||||
|
@ -126,9 +126,6 @@ class LineOptions extends PureComponent<Props> {
|
||||||
</Grid>
|
</Grid>
|
||||||
</Form>
|
</Form>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
<Grid.Column widthMD={Columns.Four}>
|
|
||||||
<h4 className="view-options--header">Right Y Axis</h4>
|
|
||||||
</Grid.Column>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue