From 48b89194667d233273f98fed611d0270d4033bd6 Mon Sep 17 00:00:00 2001 From: Barbier--Darnal Joseph Date: Tue, 5 Mar 2024 17:05:57 +0100 Subject: [PATCH] fix link bug from #277 --- src/notebooks/524-area-chart-over-flexible-baseline.ipynb | 4 ++-- src/pages/timeseries.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() {