optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
503 stars 83 forks source link

Support color theme in Plotlypy mode #844

Open knshnb opened 5 months ago

knshnb commented 5 months ago

Feature Request

Currently, figures rendered by optuna.visualizations (plotlypy mode https://github.com/optuna/optuna-dashboard/pull/764) do not support the color theme setting specified in the preference panel. We can support this by updating layout.template field in the json response of backend rendering.

image