mirror of
https://github.com/apache/superset.git
synced 2026-07-28 17:42:40 +00:00
Adds two capabilities to the ECharts Scatter chart (echarts_timeseries_scatter): - A Vertical/Horizontal orientation control, reusing the shared Timeseries horizontal-orientation plumbing built for the Bar chart. Horizontal orientation places the dimension on the y-axis, enabling categorical (or time/numeric) y-axes with the metric on the x-axis. Axis-related controls swap between the X/Y sections based on orientation, mirroring the Bar chart panel. - An optional "Dot size metric" with minimum/maximum dot size sliders. The size metric rides along in the query (deduped if it matches a value metric), its series are excluded from rendering, and each point's marker is sized so that marker *area* scales linearly with the metric between the configured bounds, avoiding the perceptual exaggeration of diameter-linear scaling. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>