From 7bf661ee0540470c3e0e4876407020bf7077eeae Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 22 May 2021 10:19:13 +1000 Subject: [PATCH] fix missing cumulative overlays in graphs --- ts/graphs/histogram-graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/graphs/histogram-graph.ts b/ts/graphs/histogram-graph.ts index cb11698a9..4930dfec0 100644 --- a/ts/graphs/histogram-graph.ts +++ b/ts/graphs/histogram-graph.ts @@ -140,7 +140,7 @@ export function histogramGraph( ) .attr("direction", "ltr"); - svg.select("path.area") + svg.select("path.cumulative-overlay") .datum(areaData as any) .attr( "d",