echarts-bot[bot] commented on issue #19236: URL: https://github.com/apache/echarts/issues/19236#issuecomment-1774593077
@wpf-Shine 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] radar areaStyle graphics anomaly **BODY** ### Version 5.4.3 ### Link to Minimal Reproduction None ### Steps to Reproduce As shown in the figure below: When the value of dimensionIndex 0, 2, and 5 of the radar chart is 0, the areaStyle appears abnormally shaped:  ### Current Behavior option = { title: { text: 'Basic Radar Chart' }, legend: { data: ['Allocated Budget', 'Actual Spending'] }, radar: { // shape: 'circle', indicator: [ { name: 'Sales', max: 6500 }, { name: 'Administration', max: 16000 }, { name: 'Information Technology', max: 30000 }, { name: 'Customer Support', max: 38000 }, { name: 'Development', max: 52000 }, { name: 'Marketing', max: 25000 } ] }, series: [ { name: 'Budget vs spending', type: 'radar', areaStyle: { Opacity: 0.5 }, data: [ { value: [0, 10000, 0, 20000, 20000, 0], name: 'Allocated Budget' }, ] } ] }; ### Expected Behavior The actual graph should look like this:  ### Environment ```markdown -OS: -Browser: - Framework: ``` ### 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]
