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

sushuang pushed a commit to branch fix/ts-export-type
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 8fcf9405c166f45861163bf45cdcb886b04f22c7
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Thu Jul 31 18:52:04 2025 +0800

    test(pie-coord-sys): test for pie on two grid within a single echarts 
instance.
---
 test/pie-coordinate-system.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/pie-coordinate-system.html b/test/pie-coordinate-system.html
index 252f30bd9..c44c74bc5 100644
--- a/test/pie-coordinate-system.html
+++ b/test/pie-coordinate-system.html
@@ -270,10 +270,10 @@ under the License.
                             type: 'pie',
                             name: 'Cartesian2D(Category Axes) 2',
                             coordinateSystem: 'cartesian2d',
-                            radius: 20,
-                            center: ['Web', 'C'],
-                            xAxisId: 'a',
-                            yAxisId: 'a',
+                            radius: 40,
+                            center: ['Wed', 'C'],
+                            xAxisId: 'b',
+                            yAxisId: 'b',
                             data: [
                                 { value: 48, name: 'A' },
                                 { value: 135, name: 'B' },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to