Follow review comments

This commit is contained in:
keisuke-umezawa
2024-07-18 16:14:04 +09:00
parent 28dde7fd42
commit 3e353e6ef3
@@ -59,6 +59,10 @@ const plotParamImportancesBeta = (
bargroupgap: 0.1,
uirevision: "true",
template: mode === "dark" ? plotlyDarkTemplate : {},
legend: {
x: 1.0,
y: 0.95,
},
}
if (document.getElementById(plotDomId) === null) {