feat: Trends drill-down — click directorate to see drug-level trends (Task E.4)

This commit is contained in:
Andrew Charlwood
2026-02-07 22:26:40 +00:00
parent bee6d20b93
commit 28f858ec0f
4 changed files with 80 additions and 18 deletions
+1
View File
@@ -2343,6 +2343,7 @@ def create_trend_figure(
y=s["values"],
mode="lines+markers",
name=name,
customdata=[name] * len(s["periods"]),
line=dict(color=colour, width=2),
marker=dict(color=colour, size=6),
hovertemplate=(