diff --git a/pyproject.toml b/pyproject.toml index 14366e6..31b1276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "polarstate==0.1.8", ] name = "rtichoke" -version = "0.1.15" +version = "0.1.16" description = "interactive visualizations for performance of predictive models" readme = "README.md" diff --git a/src/rtichoke/helpers/plotly_helper_functions.py b/src/rtichoke/helpers/plotly_helper_functions.py index eb051a9..83b6e08 100644 --- a/src/rtichoke/helpers/plotly_helper_functions.py +++ b/src/rtichoke/helpers/plotly_helper_functions.py @@ -1183,6 +1183,7 @@ def _create_curve_layout( curve_layout = { "xaxis": {"showgrid": False}, "yaxis": {"showgrid": False}, + "template": "none", "plot_bgcolor": "rgba(0, 0, 0, 0)", "paper_bgcolor": "rgba(0, 0, 0, 0)", "showlegend": True, @@ -1197,6 +1198,7 @@ def _create_curve_layout( }, "height": size + 50, "width": size, + "hoverlabel": {"bgcolor": "rgba(0,0,0,0)", "bordercolor": "rgba(0,0,0,0)"}, "updatemenus": [ { "type": "buttons", diff --git a/uv.lock b/uv.lock index 4218adc..8b65a54 100644 --- a/uv.lock +++ b/uv.lock @@ -4054,7 +4054,7 @@ wheels = [ [[package]] name = "rtichoke" -version = "0.1.15" +version = "0.1.16" source = { editable = "." } dependencies = [ { name = "importlib" },