This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch fix/alignTicks-precision
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from 8a1706644 fix regression: Fix category axis backward compatibility and 
axis stat travel.
     add e5744ce77 fix regression: Fix NPE and simplify code.
     add 6dff6636e test: Add test util for canvas layer debug.
     add 14cc0f800 test: Add visual test marks for v6.1.0.
     add cb6900ce8 Add Latvian localization
     add a1b973121 Merge pull request #21546 from EPoikans/master
     add 4aa46ed23 chore(deps): bump flatted from 3.1.0 to 3.4.2
     add 2dc344e60 Merge pull request #21550 from 
apache/dependabot/npm_and_yarn/flatted-3.4.2
     add c8521d0b1 chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2
     add 4159c2ad1 Merge pull request #21554 from 
apache/dependabot/npm_and_yarn/picomatch-2.3.2
     add 0a4d45e9b fix: extract 1 unsafe expression(s) to env vars
     add 19b933978 Merge pull request #21556 from 
dagecko/runner-guard/fix-ci-security
     add 72dd9d351 chore(workflow): remove pr preview actions [skip ci]
     add 543d81774 chore(workflow): update deps
     add cd9e486a7 Merge pull request #21557 from apache/chore-workflow
     add 6b4fed55f chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.1 in 
/test/runTest
     add 641a550bb Merge pull request #21573 from 
apache/dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.1
     add 1f99c893a fix(i18n): fix incorrect translation for custom series name 
in langDE (#21571)
     add 64c1c66f1 Merge branch 'release' into 
PR/plainheart_fix/alignTicks-precision
     add 963e99d65 fix regression: fix test cases.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  32 ----
 .github/workflows/pr-preview.yml                   |  78 ---------
 .github/workflows/source-release.yml               |   4 +-
 .github/workflows/teardown-pr-preview.yml          |  30 ----
 package-lock.json                                  |  24 +--
 package.json                                       |   1 +
 src/component/dataZoom/roams.ts                    |   1 -
 src/coord/cartesian/Grid.ts                        |  10 +-
 src/coord/scaleRawExtentInfo.ts                    |   2 +
 src/data/helper/dataStackHelper.ts                 |   8 +-
 src/i18n/langDE.ts                                 |   2 +-
 src/i18n/langLV.ts                                 | 144 ++++++++++++++++
 src/scale/helper.ts                                |   2 +-
 test/bar-stream-large.html                         |  16 +-
 test/build/mktest-tpl-canvas-debug.html            | 181 +++++++++++++++++++++
 test/build/mktest.js                               |  14 +-
 test/hover-layer.html                              |   2 +-
 test/lib/reset.css                                 |  27 +++
 test/lib/testHelper.js                             | 130 ++++++++++++++-
 test/runTest/actions/__meta__.json                 |   7 +-
 test/runTest/actions/bar-stack.json                |   2 +-
 test/runTest/actions/candlestick-large3.json       |   1 +
 test/runTest/actions/markArea.json                 |   2 +-
 test/runTest/actions/stream-basic5.json            |   1 +
 test/runTest/actions/toolbox-custom.json           |   1 +
 test/runTest/marks/area-large.json                 |   8 +
 ...ar-multi-series-radial.json => area-stack.json} |   4 +-
 test/runTest/marks/axis-break-2.json               |   8 +
 test/runTest/marks/axis-break-3.json               |   8 +
 test/runTest/marks/axis-break.json                 |   8 +
 ...multi-series-radial.json => axis-extreme2.json} |   4 +-
 test/runTest/marks/axis-interval2.json             |   8 +
 test/runTest/marks/axis-lastLabel.json             |   8 +
 ...=> bar-datazoom-filtermode-none-time-axis.json} |   4 +-
 test/runTest/marks/bar-large-border-fill.json      |  10 ++
 ...lar-multi-series-radial.json => bar-large.json} |   4 +-
 test/runTest/marks/bar-log.json                    |  10 ++
 .../{axis-splitArea.json => bar-markArea.json}     |   4 +-
 ...-series-radial.json => bar-overflow-plot2.json} |   4 +-
 ...ies-radial.json => bar-overflow-time-plot.json} |   4 +-
 .../{axis-style.json => bar-polar-label.json}      |   4 +-
 ...-splitArea.json => bar-polar-multi-series.json} |   4 +-
 .../marks/{axis-style.json => bar-race.json}       |   4 +-
 .../marks/{axis-splitArea.json => bar-race2.json}  |   4 +-
 .../marks/{axis-splitArea.json => bar-stack.json}  |   4 +-
 .../{candlestick.json => bar-startValue.json}      |   4 +-
 .../{candlestick.json => bar-stream-large.json}    |   4 +-
 ...{axis-splitArea.json => bar-stream-large1.json} |   4 +-
 ...splitArea.json => bar-tooltip-performance.json} |   4 +-
 ...lar-multi-series-radial.json => bar-width.json} |   4 +-
 .../{axis-splitArea.json => bar-zero-label.json}   |   4 +-
 test/runTest/marks/brush.json                      |   8 +
 test/runTest/marks/brush2.json                     |   8 +
 .../marks/{axis-splitArea.json => brush3.json}     |   4 +-
 .../{axis-splitArea.json => calendar-month.json}   |   4 +-
 .../{axis-splitArea.json => candlestick-case.json} |   4 +-
 test/runTest/marks/candlestick-doji.json           |  10 ++
 ...i-series-radial.json => candlestick-empty.json} |   4 +-
 test/runTest/marks/candlestick-horizontal.json     |  10 ++
 ...i-series-radial.json => candlestick-large.json} |   4 +-
 .../{candlestick.json => candlestick-large3.json}  |   4 +-
 test/runTest/marks/candlestick.json                |   8 +
 ...-series-radial.json => candlestickConnect.json} |   4 +-
 .../{axis-splitArea.json => clip-large1.json}      |   4 +-
 test/runTest/marks/{axis-style.json => clip.json}  |   4 +-
 test/runTest/marks/custom-transition.json          |  10 ++
 test/runTest/marks/custom.json                     |   8 +
 test/runTest/marks/dataSelect.json                 |   8 +
 ...ti-series-radial.json => dataZoom-action2.json} |   4 +-
 ...-radial.json => dataZoom-scatter-category.json} |   4 +-
 ...litArea.json => dataZoom-single-datapoint.json} |   4 +-
 test/runTest/marks/dataset-charts.json             |   8 +
 .../marks/{axis-style.json => drag-out.json}       |   4 +-
 .../{axis-splitArea.json => echarts-in-vue.json}   |   4 +-
 test/runTest/marks/emphasis-disabled.json          |   8 +
 test/runTest/marks/encode.json                     |  10 ++
 .../marks/{axis-style.json => force-case.json}     |   4 +-
 test/runTest/marks/force-edge-ignoreLayout.json    |   8 +
 .../marks/{axis-style.json => force-friction.json} |   4 +-
 test/runTest/marks/{axis-style.json => force.json} |   4 +-
 .../runTest/marks/{axis-style.json => force2.json} |   4 +-
 .../runTest/marks/{axis-style.json => force3.json} |   4 +-
 .../marks/{axis-style.json => gauge-progress.json} |   4 +-
 .../marks/{axis-style.json => geo-lines.json}      |   4 +-
 .../marks/{axis-style.json => geo-map-roam.json}   |   4 +-
 .../marks/{axis-style.json => geoScatter.json}     |   4 +-
 .../marks/{axis-splitArea.json => getOption.json}  |   4 +-
 .../{axis-style.json => graph-draggable.json}      |   4 +-
 test/runTest/marks/graph-grid.json                 |   8 +
 .../marks/{axis-style.json => graph-symbol.json}   |   4 +-
 test/runTest/marks/graph-thumbnail.json            |   8 +
 .../{axis-style.json => graphic-transition.json}   |   4 +-
 test/runTest/marks/gridSimple.json                 |   8 +
 ...is-splitArea.json => heatmap-borderRadius.json} |   4 +-
 ...polar-multi-series-radial.json => heatmap.json} |   4 +-
 test/runTest/marks/hoverFocus.json                 |   8 +
 test/runTest/marks/legend.json                     |   8 +
 test/runTest/marks/line-animation-update.json      |   8 +
 ...ea.json => line-area-empty-dimension-name.json} |   4 +-
 .../marks/{axis-style.json => line-case.json}      |   4 +-
 .../marks/{candlestick.json => line-large.json}    |   4 +-
 test/runTest/marks/line-sampling.json              |   8 +
 .../{axis-splitArea.json => lines-flight.json}     |   2 +-
 .../{axis-splitArea.json => lines-symbol.json}     |   4 +-
 test/runTest/marks/logScale.json                   |   8 +
 test/runTest/marks/map-parallel.json               |   8 +
 .../marks/{axis-style.json => markArea.json}       |   4 +-
 .../marks/{axis-splitArea.json => markPoint.json}  |   4 +-
 ...s-splitArea.json => marker-dataset-encode.json} |   4 +-
 test/runTest/marks/matrix-label-formatter.json     |  10 ++
 .../marks/{axis-style.json => matrix-mbti.json}    |   4 +-
 test/runTest/marks/matrix.json                     |   8 +
 test/runTest/marks/matrix3.json                    |   8 +
 ...axis-splitArea.json => matrix_application.json} |   4 +-
 .../marks/{axis-style.json => media-dataZoom.json} |   4 +-
 .../{axis-style.json => parallel-bounds.json}      |   4 +-
 test/runTest/marks/pie-coordinate-system.json      |   8 +
 test/runTest/marks/pie-label-extreme.json          |   8 +
 .../{axis-splitArea.json => pie-label-rotate.json} |   4 +-
 ...axis-splitArea.json => polyline-gon-event.json} |   4 +-
 ...tArea.json => radar-clockwise-interactive.json} |   4 +-
 .../{axis-splitArea.json => radar-clockwise.json}  |   4 +-
 test/runTest/marks/radar4.json                     |   8 +
 test/runTest/marks/scale-extreme-number.json       |   8 +
 test/runTest/marks/scatter-jitter.json             |   8 +
 ...al.json => scatter-random-stream-fix-axis.json} |   4 +-
 test/runTest/marks/scatter-stream-large.json       |  10 ++
 test/runTest/marks/scatter-weibo.json              |  10 ++
 .../{axis-style.json => stackBar-dataZoom.json}    |   4 +-
 ...multi-series-radial.json => stream-basic2.json} |   4 +-
 test/runTest/marks/stream-filter.json              |  10 ++
 test/runTest/marks/sunburst-book.json              |   8 +
 test/runTest/marks/sunburst-label-align.json       |   8 +
 ...plitArea.json => sunburst-label-centering.json} |   4 +-
 test/runTest/marks/theme-list.json                 |   8 +
 test/runTest/marks/timeZone.json                   |   8 +
 test/runTest/marks/toolbox-custom.json             |  10 ++
 test/runTest/marks/toolbox-textStyle.json          |  10 ++
 test/runTest/marks/toolbox-title.json              |  18 ++
 test/runTest/marks/tooltip-axisPointer.json        |   8 +
 ...-multi-series-radial.json => tooltip-link.json} |   4 +-
 .../{axis-splitArea.json => tooltip-refresh.json}  |   4 +-
 .../marks/{axis-style.json => tooltip-touch.json}  |   4 +-
 ...-splitArea.json => tooltip-valueFormatter.json} |   4 +-
 .../{axis-style.json => tooltip-windowResize.json} |   4 +-
 test/runTest/marks/touch-candlestick.json          |   8 +
 .../marks/{axis-style.json => tree-radial.json}    |   4 +-
 test/runTest/marks/treemap-disk.json               |   8 +
 test/runTest/marks/treemap-disk2.json              |   8 +
 .../marks/{axis-style.json => treemap-obama.json}  |   4 +-
 ...lti-series-radial.json => treemap-option2.json} |   4 +-
 .../{axis-style.json => treemap-scaleLimit.json}   |   4 +-
 ...series-radial.json => universalTransition.json} |   4 +-
 test/runTest/marks/violin.json                     |   8 +
 ...{candlestick.json => visualMap-continuous.json} |   4 +-
 test/runTest/marks/visualmap-seriesTargets.json    |  10 ++
 test/runTest/package-lock.json                     |  12 +-
 test/scale-extreme-number.html                     | 109 +++++++------
 test/scatter-stream-large.html                     |   4 +-
 test/stream-basic.css                              |  46 ------
 test/stream-basic.js                               | 108 ------------
 test/stream-basic1.html                            |   6 +-
 test/stream-basic2.html                            |   6 +-
 test/stream-basic3.html                            |  16 +-
 test/stream-basic4.html                            |   7 +-
 test/stream-basic5.html                            |  23 ++-
 test/toolbox-custom.html                           | 129 ++++++++++++++-
 167 files changed, 1369 insertions(+), 589 deletions(-)
 delete mode 100644 .github/workflows/pr-preview.yml
 delete mode 100644 .github/workflows/teardown-pr-preview.yml
 create mode 100644 src/i18n/langLV.ts
 create mode 100644 test/build/mktest-tpl-canvas-debug.html
 create mode 100644 test/runTest/actions/candlestick-large3.json
 create mode 100644 test/runTest/actions/stream-basic5.json
 create mode 100644 test/runTest/actions/toolbox-custom.json
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
area-stack.json} (60%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
axis-extreme2.json} (61%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
bar-datazoom-filtermode-none-time-axis.json} (57%)
 create mode 100644 test/runTest/marks/bar-large-border-fill.json
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => bar-large.json} 
(56%)
 create mode 100644 test/runTest/marks/bar-log.json
 copy test/runTest/marks/{axis-splitArea.json => bar-markArea.json} (63%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
bar-overflow-plot2.json} (59%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
bar-overflow-time-plot.json} (59%)
 copy test/runTest/marks/{axis-style.json => bar-polar-label.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => bar-polar-multi-series.json} 
(62%)
 copy test/runTest/marks/{axis-style.json => bar-race.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => bar-race2.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => bar-stack.json} (63%)
 copy test/runTest/marks/{candlestick.json => bar-startValue.json} (52%)
 copy test/runTest/marks/{candlestick.json => bar-stream-large.json} (59%)
 copy test/runTest/marks/{axis-splitArea.json => bar-stream-large1.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => bar-tooltip-performance.json} 
(63%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => bar-width.json} 
(59%)
 copy test/runTest/marks/{axis-splitArea.json => bar-zero-label.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => brush3.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => calendar-month.json} (65%)
 copy test/runTest/marks/{axis-splitArea.json => candlestick-case.json} (63%)
 create mode 100644 test/runTest/marks/candlestick-doji.json
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
candlestick-empty.json} (58%)
 create mode 100644 test/runTest/marks/candlestick-horizontal.json
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
candlestick-large.json} (60%)
 copy test/runTest/marks/{candlestick.json => candlestick-large3.json} (58%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
candlestickConnect.json} (59%)
 copy test/runTest/marks/{axis-splitArea.json => clip-large1.json} (60%)
 copy test/runTest/marks/{axis-style.json => clip.json} (56%)
 create mode 100644 test/runTest/marks/custom-transition.json
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
dataZoom-action2.json} (61%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
dataZoom-scatter-category.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => 
dataZoom-single-datapoint.json} (63%)
 copy test/runTest/marks/{axis-style.json => drag-out.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => echarts-in-vue.json} (63%)
 create mode 100644 test/runTest/marks/encode.json
 copy test/runTest/marks/{axis-style.json => force-case.json} (62%)
 copy test/runTest/marks/{axis-style.json => force-friction.json} (62%)
 copy test/runTest/marks/{axis-style.json => force.json} (62%)
 copy test/runTest/marks/{axis-style.json => force2.json} (62%)
 copy test/runTest/marks/{axis-style.json => force3.json} (62%)
 copy test/runTest/marks/{axis-style.json => gauge-progress.json} (62%)
 copy test/runTest/marks/{axis-style.json => geo-lines.json} (62%)
 copy test/runTest/marks/{axis-style.json => geo-map-roam.json} (62%)
 copy test/runTest/marks/{axis-style.json => geoScatter.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => getOption.json} (65%)
 copy test/runTest/marks/{axis-style.json => graph-draggable.json} (61%)
 copy test/runTest/marks/{axis-style.json => graph-symbol.json} (61%)
 copy test/runTest/marks/{axis-style.json => graphic-transition.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => heatmap-borderRadius.json} 
(63%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => heatmap.json} 
(59%)
 copy test/runTest/marks/{axis-splitArea.json => 
line-area-empty-dimension-name.json} (63%)
 copy test/runTest/marks/{axis-style.json => line-case.json} (62%)
 copy test/runTest/marks/{candlestick.json => line-large.json} (58%)
 copy test/runTest/marks/{axis-splitArea.json => lines-flight.json} (81%)
 copy test/runTest/marks/{axis-splitArea.json => lines-symbol.json} (60%)
 copy test/runTest/marks/{axis-style.json => markArea.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => markPoint.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => marker-dataset-encode.json} 
(63%)
 create mode 100644 test/runTest/marks/matrix-label-formatter.json
 copy test/runTest/marks/{axis-style.json => matrix-mbti.json} (59%)
 copy test/runTest/marks/{axis-splitArea.json => matrix_application.json} (63%)
 copy test/runTest/marks/{axis-style.json => media-dataZoom.json} (59%)
 copy test/runTest/marks/{axis-style.json => parallel-bounds.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => pie-label-rotate.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => polyline-gon-event.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => 
radar-clockwise-interactive.json} (63%)
 copy test/runTest/marks/{axis-splitArea.json => radar-clockwise.json} (63%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
scatter-random-stream-fix-axis.json} (50%)
 create mode 100644 test/runTest/marks/scatter-stream-large.json
 create mode 100644 test/runTest/marks/scatter-weibo.json
 copy test/runTest/marks/{axis-style.json => stackBar-dataZoom.json} (62%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
stream-basic2.json} (59%)
 create mode 100644 test/runTest/marks/stream-filter.json
 copy test/runTest/marks/{axis-splitArea.json => sunburst-label-centering.json} 
(63%)
 create mode 100644 test/runTest/marks/toolbox-custom.json
 create mode 100644 test/runTest/marks/toolbox-textStyle.json
 create mode 100644 test/runTest/marks/toolbox-title.json
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
tooltip-link.json} (58%)
 copy test/runTest/marks/{axis-splitArea.json => tooltip-refresh.json} (63%)
 copy test/runTest/marks/{axis-style.json => tooltip-touch.json} (62%)
 copy test/runTest/marks/{axis-splitArea.json => tooltip-valueFormatter.json} 
(62%)
 copy test/runTest/marks/{axis-style.json => tooltip-windowResize.json} (62%)
 copy test/runTest/marks/{axis-style.json => tree-radial.json} (62%)
 copy test/runTest/marks/{axis-style.json => treemap-obama.json} (57%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
treemap-option2.json} (54%)
 copy test/runTest/marks/{axis-style.json => treemap-scaleLimit.json} (56%)
 copy test/runTest/marks/{bar-polar-multi-series-radial.json => 
universalTransition.json} (59%)
 copy test/runTest/marks/{candlestick.json => visualMap-continuous.json} (58%)
 create mode 100644 test/runTest/marks/visualmap-seriesTargets.json
 delete mode 100644 test/stream-basic.css
 delete mode 100644 test/stream-basic.js


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

Reply via email to