mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix missing cumulative overlays in graphs
This commit is contained in:
parent
958c53d886
commit
7bf661ee05
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue