rusackas commented on issue #39008:
URL: https://github.com/apache/superset/issues/39008#issuecomment-5563885718

   Traced it down: StatefulChart keeps its own hardcoded allowlist of 
render-trigger-only controls for Matrixify cells, since it can't import 
chart-controls into core without a circular dependency, and echart_options 
isn't on that list (neither are a few other renderTrigger controls like 
color_picker or x_axis_time_format). So editing ECharts Options while a chart 
is matrixified gets treated as a data change and forces an unneeded per-cell 
requery instead of a plain re-render.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to