This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3bc0865d90 fix: Drill to detail blocked by tooltip (#22082)
add 2e650eaebe fix(plugin-chart-echarts): tooltip overflow bug (#22218)
No new revisions were added by this update.
Summary of changes:
.../BigNumberWithTrendline/transformProps.ts | 5 +-
.../src/BoxPlot/transformProps.ts | 6 +-
.../src/Funnel/transformProps.ts | 4 +-
.../src/Gauge/transformProps.ts | 6 +-
.../src/Graph/transformProps.ts | 11 ++-
.../src/MixedTimeseries/transformProps.ts | 5 +-
.../plugin-chart-echarts/src/Pie/transformProps.ts | 4 +-
.../src/Radar/transformProps.ts | 4 +-
.../src/Timeseries/transformProps.ts | 5 +-
.../src/Tree/transformProps.ts | 2 +
.../src/Treemap/transformProps.ts | 4 +-
.../plugin-chart-echarts/src/utils/tooltip.ts | 87 +++++++++++-----------
.../test/Graph/transformProps.test.ts | 36 +++++++--
13 files changed, 105 insertions(+), 74 deletions(-)