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

wangzx pushed a commit to branch fix/scatter-clip
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit d674ebbee0aa92d65e8914ece62655e7f3b01bfe
Author: plainheart <[email protected]>
AuthorDate: Sun Jul 9 18:30:51 2023 +0800

    test: fix actions of the `clip.html` test case can't work as expected
---
 test/clip.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/test/clip.html b/test/clip.html
index 165e3f73f..508375bfa 100644
--- a/test/clip.html
+++ b/test/clip.html
@@ -103,8 +103,6 @@ under the License.
             })
         </script>
 
-
-
         <div class="chart" id="scatter-clip-polar"></div>
         <script>
             require([
@@ -118,13 +116,13 @@ under the License.
 
                 data1.push({
                     value: [5, 82],
-                    name: 'This point shouldn\'t be clipped',
+                    name: 'Shrink the page, this poi๐Ÿ‘†nt shouldn\'t be clipped',
                     itemStyle: {
                         color: 'red'
                     },
                     label: {
                         show: true,
-                        formatter: '๐Ÿ‘†{b}๐Ÿ‘†',
+                        formatter: '{b}',
                         position: 'bottom'
                     }
                 });
@@ -150,7 +148,7 @@ under the License.
                     }]
                 };
                 var chart = testHelper.create(echarts, 'scatter-clip-polar', {
-                    title: ['Scatter Clip on Polar', 'Shrink the page, this 
red point shouldn\'t be clipped'],
+                    title: 'Scatter Clip on Polar',
                     option: option,
                     height: 400,
                     buttons: makeToggleChartButtons(function (clip) {


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

Reply via email to