mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Rename log to logScale
This commit is contained in:
@@ -108,7 +108,7 @@ const plotSlice = (
|
||||
trials: Trial[],
|
||||
objectiveId: number,
|
||||
selected: string | null,
|
||||
log: boolean
|
||||
logScale: boolean
|
||||
) => {
|
||||
if (document.getElementById(plotDomId) === null) {
|
||||
return
|
||||
@@ -132,7 +132,7 @@ const plotSlice = (
|
||||
},
|
||||
yaxis: {
|
||||
title: "Objective Values",
|
||||
type: log ? "log" : "linear",
|
||||
type: logScale ? "log" : "linear",
|
||||
zerolinecolor: "#f2f5fa",
|
||||
zerolinewidth: 2,
|
||||
linecolor: "#f2f5fa",
|
||||
|
||||
Reference in New Issue
Block a user