master
test: Add visual test marks for v6.1.0.
Fix and add test cases (introduced by preceding commits)
test(visual): fix test cases, add marks
fix(alignTicks): Change alignTick strategy: (1) Previously some series data may be out of the calculated extent and can not be displayed. (2) Previously the precision is incorrect for small float number (fixed at 10 rather than based on the magnitude of the value). (3) Make the tick precision more acceptable when min/max of axis is fixed, and remove console warning, because whey can be specified when dataZoom dragging. (4) Clarify the related code for LogScale.
test(visual): Update markers.
test: add more expected diffs
Fix category axis min/max ticks/labels show hide when interval > 0. Remove unnecessary code. Fix relevant TS.
test: Add visual test marks.
fix: Fix issues in regression test.
Supplement tests and fix boxplot (broken by preceding commits)
test(grid layout): make nameMoveOverlap by default and tune textMargin.
fix: Fix candlestick clip path on category axis.
test: add expected diffs
test: add mark as expected
fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.
test(theme): fix test cases of v6
fix(radar): improve logic and add test cases of #21081
fix regression: fix test cases.