Files
superset2/superset-frontend/plugins/plugin-chart-echarts/test
Evan 81e5b87bcc fix(sunburst): drop zero-value parents and type test helpers
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>
2026-06-26 00:03:29 -07:00
..