mirror of
https://github.com/apache/superset.git
synced 2026-07-16 11:46:09 +00:00
Filtering hidden nulls could leave a parent arc with no children and value 0, producing NaN in the secondaryValue/value ratio used for linear coloring and tooltips. Drop those parents too, and replace the test's any casts with a narrow typed helper. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>