echarts-bot[bot] commented on issue #19660: URL: https://github.com/apache/echarts/issues/19660#issuecomment-1970346037
@209746770 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Bug] When using the radar chart, in the browser console, a warning appears **BODY** ### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=radar ### Steps to Reproduce {"tooltip":{},"legend":{"left":"center","top":"0px"},"color":["#635FBA","#54D5AB","#5EAEF2", "#C1D53C","#F4CC61","#9EAABF","#A286D2","#E2785F","#48A9A8","#6798C5"],"radar":{"axisNameGap":10,"splitNumber" :4,"alignTicks":false,"center":["50%","54%"],"radius":"75%","axisName":{"color":"#414143"}," indicator":[{"name":"Academic influence","min":0,"max":0.33},{"name":"Social activity","min":0,"max":0.2 },{"name":"Office influence","min":0,"max":0.1},{"name":"Institutional influence","min":0,"max":0.14}] ,"splitArea":{"areaStyle":{"color":["rgba(250,250,250,0.3)","rgba(250,250,250,0.3)"]}}},"series":[{"type":"radar ","areaStyle":{"opacity":0},"data":[{"value":[0.33,0.2,0.1,0.14],"name":"Huang Xiaojun-108537","tooltip":{" show":false}},{"value":[0,0,0,0.05],"name":"Zhu Wenqing-384972","tooltip":{"show":false}}]}]} ### Current Behavior  ### Expected Behavior Cancel error report ### Environment ```markdown -OS: - Browser: Chrome - Framework: react ``` ### Any additional comments? _No response_ </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
