vega / vegafusion

Serverside scaling for Vega and Altair visualizations
https://vegafusion.io
BSD 3-Clause "New" or "Revised" License
303 stars 15 forks source link

Update sum([null]) aggregation to be null to match Vega 5.26.2 #441

Closed jonmmease closed 6 months ago

jonmmease commented 6 months ago

Updates the sum aggregation function to return null when passed all null values instead of returning 0. This will match the coming behavior of Vega 5.26.2.

See https://github.com/vega/vega/pull/3849