mirror of
https://github.com/apache/superset.git
synced 2026-09-01 13:01:33 +00:00
Add json_schema_extra hints to DataBinding and BalloonsControls fields so the frontend Inspector can render dataset-aware column/metric pickers: - DataBinding.metrics: x-control "metric-multi" (was "code") - DataBinding.dimensions: x-control "column-multi" (new) - BalloonsControls.colorDimension: x-control "column" (new) Also improve metrics field documentation to clarify the picker behavior. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>