SIGN IN SIGN UP
apache / superset UNCLAIMED

Apache Superset is a Data Visualization and Data Exploration Platform

0 0 150 TypeScript

feat(glyph): consolidate plugin-chart-point-cluster-map to defineChart()

Fold the legacy multi-file plugin (index.ts + controlPanel.ts +
transformProps.ts + buildQuery.ts) into a single src/index.tsx using
defineChart(). MapLibre.tsx component and helpers stay separate.

- arguments: {} (legacy chart, all controls inline via prependSections)
- suppressQuerySection: true (own Query section)
- additionalControlOverrides: groupby description preserved
- formDataOverrides: getStandardizedControls().popAllColumns() preserved

41 plugin tests still pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
E
Evan Rusackas committed
5a331cf81829ea959d36fc4dc83ffa09b0d71b81
Parent: f3e6a40