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",