Skip to content

Commit

Permalink
fix: d3.count doesn't exist (apache#31848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jan 15, 2025
1 parent 4bad1a2 commit d4bd20f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { ReactNode } from 'react';
import {
ascending as d3ascending,
quantile as d3quantile,
count as d3count,
sum as d3sum,
mean as d3mean,
min as d3min,
Expand Down Expand Up @@ -90,7 +89,6 @@ const percentiles = {
/* Supported d3-array functions */
const d3functions: Record<string, any> = {
sum: d3sum,
count: d3count,
min: d3min,
max: d3max,
mean: d3mean,
Expand Down

0 comments on commit d4bd20f

Please sign in to comment.