This repository (optuna-dashboard) and Goptuna share common code.
This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
[x] I agree this patch may be ported to Goptuna by other Goptuna contributors.
Reference Issues/PRs
Fixes #844
What does this implement/fix? Explain your changes.
Modified optuna_dashboard/ts/hooks/usePlot.ts to receive colorTheme and include it in layout.template, allowing color theme changes to be supported in modes using Plotlypy.
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.Reference Issues/PRs
Fixes #844
What does this implement/fix? Explain your changes.
Modified
optuna_dashboard/ts/hooks/usePlot.ts
to receivecolorTheme
and include it inlayout.template
, allowing color theme changes to be supported in modes usingPlotlypy
.