Files
superset2/superset-frontend/plugins/plugin-chart-pivot-table/src
Evan Rusackas 816583b602 feat(glyph): consolidate plugin-chart-pivot-table to defineChart()
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>
2026-05-14 19:16:53 -07:00
..
2026-01-16 21:58:41 -08:00