You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/04/21 07:04:19 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #16925: [Bug] Radar area is not correct

echarts-bot[bot] commented on issue #16925:
URL: https://github.com/apache/echarts/issues/16925#issuecomment-1104796029

   @wh2017 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>
   
   **BODY**
   
   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   open the demo link: https://echarts.apache.org/examples/en/editor.html?c=radar
   
   replace the options
   
   option = {
     title: {
       text: 'Basic Radar Chart'
     },
     legend: {
       data: ['Actual Spending']
     },
     radar: {
       indicator: [
         { name: 'Endocrine and Metabolic Diseases' },
         { name: 'immune system' },
         { name: 'infection' },
         { name: 'Blood and Lymphatic System' },
         { name: 'tumor'},
         { name: 'nervous system' }
       ],
       radius: '50%'
     },
     series: [
       {
         name: 'Budget vs spending',
         type: 'radar',
         areaStyle: {
           
         },
         data: [
           {
             value: [0,2,0,3,2,0],
           }
         ]
       }
     ]
   };
   
   ### Current Behavior
   
   ![image](https://user-images.githubusercontent.com/25954808/164393837-599d4513-a9bb-48fb-970e-dab37a134806.png)
   
   
   ### Expected Behavior
   
   ![image](https://user-images.githubusercontent.com/25954808/164393906-cbe3ac40-8b51-4b78-9df7-5119dfe42cf7.png)
   
   
   ### 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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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