This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch PR/plainheart_fix/alignTicks-precision in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 1f74fd74926868377d95a92e476c5805e3bf3c21 Author: 100pah <[email protected]> AuthorDate: Tue Feb 17 18:01:39 2026 +0800 test(visual): Update markers. --- test/runTest/marks/axis-align-ticks.json | 8 ++++++++ test/runTest/marks/axis-break-4.json | 8 ++++++++ test/runTest/marks/axis-customTicks.json | 10 ++++++++++ test/runTest/marks/axis-data-min-max.json | 10 ++++++++++ test/runTest/marks/axis-interval.json | 8 ++++++++ test/runTest/marks/axis-minorTick.json | 8 ++++++++ test/runTest/marks/axis-style.json | 10 ++++++++++ test/runTest/marks/dataZoom-action.json | 10 ++++++++++ test/runTest/marks/dataZoom-axes.json | 10 ++++++++++ test/runTest/marks/dataZoom-axis-type.json | 10 ++++++++++ test/runTest/marks/dataZoom-cartesian-h.json | 10 ++++++++++ test/runTest/marks/dataZoom-clip.json | 8 ++++++++ test/runTest/marks/dataZoom-rainfall.json | 10 ++++++++++ test/runTest/marks/dataZoom-scatter-hv-polar.json | 10 ++++++++++ test/runTest/marks/dataZoom-scatter-hv.json | 10 ++++++++++ test/runTest/marks/dataZoom-scroll.json | 10 ++++++++++ test/runTest/marks/dataZoom-toolbox.json | 8 ++++++++ test/runTest/marks/dataZoomHighPrecision.json | 10 ++++++++++ 18 files changed, 168 insertions(+) diff --git a/test/runTest/marks/axis-align-ticks.json b/test/runTest/marks/axis-align-ticks.json index 87612c2db..fa3ebce9b 100644 --- a/test/runTest/marks/axis-align-ticks.json +++ b/test/runTest/marks/axis-align-ticks.json @@ -1,4 +1,12 @@ [ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "The diff is introduced by changing the \"alignTicks\" logic and provided a better precision strategy in both ticks and dataZoom. Expected.", + "type": "New Feature", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768470314937 + }, { "link": "https://github.com/apache/echarts/pull/21059", "comment": "Introduce by the `outerBounds` feature that avoid axis name overflowing the canvas by default. There is 5px margin by default. The position moves slightly but acceptable.", diff --git a/test/runTest/marks/axis-break-4.json b/test/runTest/marks/axis-break-4.json index 3daa6c60f..3262dbb5a 100644 --- a/test/runTest/marks/axis-break-4.json +++ b/test/runTest/marks/axis-break-4.json @@ -1,4 +1,12 @@ [ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "The diff may be introduced by the change of dataZoom auto precision. And the result is acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768476462244 + }, { "link": "https://github.com/apache/echarts/pull/19459", "comment": "", diff --git a/test/runTest/marks/axis-customTicks.json b/test/runTest/marks/axis-customTicks.json new file mode 100644 index 000000000..9ab3d26bf --- /dev/null +++ b/test/runTest/marks/axis-customTicks.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21352", + "comment": "bug fix.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768476700263 + } +] \ No newline at end of file diff --git a/test/runTest/marks/axis-data-min-max.json b/test/runTest/marks/axis-data-min-max.json new file mode 100644 index 000000000..8018f0c7d --- /dev/null +++ b/test/runTest/marks/axis-data-min-max.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/20838", + "comment": "new feature.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768476867683 + } +] \ No newline at end of file diff --git a/test/runTest/marks/axis-interval.json b/test/runTest/marks/axis-interval.json index 3029afa82..c53c2423c 100644 --- a/test/runTest/marks/axis-interval.json +++ b/test/runTest/marks/axis-interval.json @@ -1,4 +1,12 @@ [ + { + "link": "https://github.com/apache/echarts/pull/21430", + "comment": "The diff may be introduced by the change of dataZoom auto precision. And the result is acceptable.", + "type": "New Feature", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1770820941383 + }, { "link": "https://github.com/apache/echarts/pull/21059", "comment": "Introduce by the `outerBounds` feature that avoid axis name overflowing the canvas by default.", diff --git a/test/runTest/marks/axis-minorTick.json b/test/runTest/marks/axis-minorTick.json index c209faa76..5beef7d86 100644 --- a/test/runTest/marks/axis-minorTick.json +++ b/test/runTest/marks/axis-minorTick.json @@ -1,4 +1,12 @@ [ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "The change is introduced by the change of dataZoom auto precision. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768525120932 + }, { "link": "https://github.com/apache/echarts/pull/21059", "comment": "This is some edge cases that detect the overlap between the min/maxLabel the secondary label. #21059 changes the \"margin\" of text and affects the result slightly, but acceptable.", diff --git a/test/runTest/marks/axis-style.json b/test/runTest/marks/axis-style.json new file mode 100644 index 000000000..7e2bd6f27 --- /dev/null +++ b/test/runTest/marks/axis-style.json @@ -0,0 +1,10 @@ +[ + { + "link": "", + "comment": "Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768525163909 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-action.json b/test/runTest/marks/dataZoom-action.json new file mode 100644 index 000000000..265f24fad --- /dev/null +++ b/test/runTest/marks/dataZoom-action.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768550247098 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-axes.json b/test/runTest/marks/dataZoom-axes.json new file mode 100644 index 000000000..2f596e5de --- /dev/null +++ b/test/runTest/marks/dataZoom-axes.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768550448459 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-axis-type.json b/test/runTest/marks/dataZoom-axis-type.json new file mode 100644 index 000000000..e05f01658 --- /dev/null +++ b/test/runTest/marks/dataZoom-axis-type.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768550897283 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-cartesian-h.json b/test/runTest/marks/dataZoom-cartesian-h.json new file mode 100644 index 000000000..58687be13 --- /dev/null +++ b/test/runTest/marks/dataZoom-cartesian-h.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768550928066 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-clip.json b/test/runTest/marks/dataZoom-clip.json index 2f7fdb22e..9d8a93ef9 100644 --- a/test/runTest/marks/dataZoom-clip.json +++ b/test/runTest/marks/dataZoom-clip.json @@ -1,4 +1,12 @@ [ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551693040 + }, { "link": "https://github.com/apache/echarts/commit/9f4dfcfc2209ac8b7fd4cb9fb30984a510de21d2", "comment": "", diff --git a/test/runTest/marks/dataZoom-rainfall.json b/test/runTest/marks/dataZoom-rainfall.json new file mode 100644 index 000000000..31b78c9fe --- /dev/null +++ b/test/runTest/marks/dataZoom-rainfall.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551732809 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-scatter-hv-polar.json b/test/runTest/marks/dataZoom-scatter-hv-polar.json new file mode 100644 index 000000000..710aab9bf --- /dev/null +++ b/test/runTest/marks/dataZoom-scatter-hv-polar.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551790705 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-scatter-hv.json b/test/runTest/marks/dataZoom-scatter-hv.json new file mode 100644 index 000000000..bae52789f --- /dev/null +++ b/test/runTest/marks/dataZoom-scatter-hv.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551771488 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-scroll.json b/test/runTest/marks/dataZoom-scroll.json new file mode 100644 index 000000000..051bb0ddc --- /dev/null +++ b/test/runTest/marks/dataZoom-scroll.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551813171 + } +] \ No newline at end of file diff --git a/test/runTest/marks/dataZoom-toolbox.json b/test/runTest/marks/dataZoom-toolbox.json index 6547f99e6..d73c770f1 100644 --- a/test/runTest/marks/dataZoom-toolbox.json +++ b/test/runTest/marks/dataZoom-toolbox.json @@ -1,4 +1,12 @@ [ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551928569 + }, { "link": "https://github.com/apache/echarts/pull/21059", "comment": "Introduced by the `outerBounds` feature, which avoids axis name overflowing the canvas by default.", diff --git a/test/runTest/marks/dataZoomHighPrecision.json b/test/runTest/marks/dataZoomHighPrecision.json new file mode 100644 index 000000000..2b41e234f --- /dev/null +++ b/test/runTest/marks/dataZoomHighPrecision.json @@ -0,0 +1,10 @@ +[ + { + "link": "https://github.com/apache/echarts/issues/21430", + "comment": "Caused by the change of dataZoom auto precision and make axis precision consistent with dataZoom. Acceptable.", + "type": "Others", + "markedBy": "100pah", + "lastVersion": "6.0.0", + "markTime": 1768551994317 + } +] \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
