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 28e74ef83271362c7c614c21760ab08ca682945d
Author: 100pah <[email protected]>
AuthorDate: Sun Jan 25 23:11:59 2026 +0800

    fix(pie-on-cartesian): Previously when pie is located on Cartesian, axes 
extent can not union pie center automatically. Commit 
18a23a87585cc8a1575b63dcc4060af5007330fc has supported it. This commit updates 
test cases.
---
 test/pie-coordinate-system.html | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/test/pie-coordinate-system.html b/test/pie-coordinate-system.html
index c44c74bc5..ca6e1a0f2 100644
--- a/test/pie-coordinate-system.html
+++ b/test/pie-coordinate-system.html
@@ -36,7 +36,7 @@ under the License.
         <div id="main2"></div>
         <div id="main3"></div>
         <div id="main4"></div>
-        <div id="main5"></div>
+        <div id="main_pie_on_cartesian2d"></div>
         <div id="main7"></div>
 
         <script>
@@ -335,20 +335,14 @@ under the License.
                                 { value: 300, name: 'E' }
                             ]
                         },
-                        {
-                            // currently it needs data to calculate axis extend
-                            data: [150, 230, 224, 218, 135, 147, 260],
-                            type: 'line',
-                            showSymbol: false,
-                            lineStyle: {
-                                width: 0
-                            }
-                        }
                     ]
                 };
 
-                testHelper.create(echarts, 'main5', {
-                    title: ['Pie series on Cartesian2D', 'category axis & 
value axis (not perfectly supported)'],
+                testHelper.create(echarts, 'main_pie_on_cartesian2d', {
+                    title: [
+                        'Pie series on Cartesian2D',
+                        'category axis & value axis (**pie center should be 
auto-added into axis extent union**)'
+                    ],
                     option: option
                 })
             });


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

Reply via email to