Open
Description
Description
I noticed while creating the PR #1054 that DarkMode is not recognized in the rendering in tslib.
The following PlotHistroy part refers to plotlyDarkTemplate
in tslib, but I assume this is because colorTheme refers to DarkColorTemplates
in optuna_dashboard.
If I make the above plotlyDark refer to the one in tslib, this problem will be solved, is this solution ok?
How to Reproduce
- Perform constrained optimization
- Check the color of the INFEASIBLE marker for dark mode with constraints in plots such as history, the color is #cccccc when not in dark mode.
Python version
3.12.9
Optuna version
none
optuna-dashboard version or git revision
Web browser
Google Chrome