This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 9239a8ee83 fix: display correct icon for Multi Chart in quick switcher
(#37256)
add 3895db430a fix(deckgl-contour): prevent WebGL freeze by clamping and
auto-scaling cellSize (#37244)
No new revisions were added by this update.
Summary of changes:
.../src/layers/Contour/Contour.tsx | 15 ++++-
.../src/layers/Contour/getSafeCellSize.test.ts | 67 ++++++++++++++++++++
.../src/layers/Contour/getSafeCellSize.ts | 73 ++++++++++++++++++++++
.../src/layers/Contour/index.ts | 2 +
4 files changed, 156 insertions(+), 1 deletion(-)
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/getSafeCellSize.test.ts
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/getSafeCellSize.ts