feat: Add ECharts options overrides to theme system (#34876)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-09-15 13:52:38 -07:00
committed by GitHub
parent 088ecdd0bf
commit c2534f9155
15 changed files with 615 additions and 11 deletions

View File

@@ -282,6 +282,7 @@ export default function EchartsTimeseries({
eventHandlers={eventHandlers}
zrEventHandlers={zrEventHandlers}
selectedValues={selectedValues}
vizType={formData.vizType}
/>
</>
);