mirror of
https://github.com/apache/superset.git
synced 2026-07-26 00:22:31 +00:00
Move plugin/{buildQuery,controlPanel,transformProps} up to src/ as
siblings and replace the plugin/ entrypoint with a new src/index.tsx
that wraps everything via defineChart(). Thin-shim approach: keeps
the large existing controlPanel.tsx (~490 lines), buildQuery, and
transformProps as their own files and just composes them.
PivotTableChartPlugin is exported as both default and named to match
the prior public API.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>