diff --git a/src/notebooks/524-area-chart-over-flexible-baseline.ipynb b/src/notebooks/524-area-chart-over-flexible-baseline.ipynb index 1adf94d782..5ab339bcad 100644 --- a/src/notebooks/524-area-chart-over-flexible-baseline.ipynb +++ b/src/notebooks/524-area-chart-over-flexible-baseline.ipynb @@ -2066,7 +2066,7 @@ "# Resize and save interactive plot as a standalone HTML file\n", "fig.update_layout(width=800, height=480)\n", "fig.write_html(\n", - " \"../../static/interactiveCharts/524-area-over-flexible-baseline.html\"\n", + " \"../../static/interactiveCharts/524-area-chart-over-flexible-baseline.html\"\n", ")" ] }, @@ -2090,7 +2090,7 @@ ], "source": [ "%%html\n", - "" + "" ] } ], diff --git a/src/pages/timeseries.js b/src/pages/timeseries.js index 2cfdf0288b..2a0c45dc79 100644 --- a/src/pages/timeseries.js +++ b/src/pages/timeseries.js @@ -212,7 +212,7 @@ export default function Pie() { second{' '} shows how to use lollipop to display the evolution of a deviation around a trend. The{' '} - last one shows how + last one shows how to use an area over a flexible baseline to display the deviation around a historical reference period.
@@ -240,7 +240,7 @@ export default function Pie() {