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 and sfirke committed Feb 12, 2025
1 parent dbbc97a commit e20a015
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 e20a015

Please sign in to comment.