mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
Add series_limit parameter to XYChartConfig so callers can control how many distinct series (group_by values) the chart renders. When set, the value is forwarded as form_data["series_limit"], which Superset's echarts timeseries plugins interpret to cap the number of rendered series lines/bars.