Rename log scale to log y scale

This commit is contained in:
keisuke-umezawa
2021-09-05 16:24:05 +09:00
parent 75b9e7810d
commit d36705664e
2 changed files with 2 additions and 2 deletions
@@ -103,7 +103,7 @@ export const GraphHistory: FC<{
</FormControl>
) : null}
<FormControl component="fieldset" className={classes.formControl}>
<FormLabel component="legend">Log scale:</FormLabel>
<FormLabel component="legend">Log y scale:</FormLabel>
<Switch
checked={logScale}
onChange={handleLogScaleChange}
@@ -99,7 +99,7 @@ export const GraphSlice: FC<{
</Select>
</FormControl>
<FormControl component="fieldset" className={classes.formControl}>
<FormLabel component="legend">Log scale:</FormLabel>
<FormLabel component="legend">Log y scale:</FormLabel>
<Switch
checked={logYScale}
onChange={handleLogYScaleChange}