This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-15915 in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 6a1a8ae4415f8ebdf996a7b047f14411e7a3e5a5 Author: Ovilia <[email protected]> AuthorDate: Mon Nov 1 16:36:59 2021 +0800 test(radar): update test for #15915 --- test/radar3.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/radar3.html b/test/radar3.html index ca311d3..fda7b3d 100644 --- a/test/radar3.html +++ b/test/radar3.html @@ -46,7 +46,7 @@ under the License. }, { text: 'Tooltip series names should not be "-"', left: '25%', - top: '70%', + top: 320, textAlign: 'center' }], tooltip: { @@ -68,8 +68,7 @@ under the License. center: ['25%',200], radius: 80, axisName: { - show: false, - formatter: 'name: {value}' + show: false } }, { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
