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

   @Alan055 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] Coordinate names in radiusAxis.data in polar coordinates are incomplete
   
   **BODY**
   
   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   The version code of 54.1 is used as follows
   
   option = {
     angleAxis: {},
     radiusAxis: {
       type: 'category',
       data: ['Project receivable', 'A 1234', 'Party A's report', 'Internal 
output value'],
       z: 10,
       axisLabel: {
         hideOverlap: false,
         showMaxLabel: true,
       }
     },
     polar: {},
     series: [
       {
         type: 'bar',
         data: [8],
         coordinateSystem: 'polar',
         emphasis: {
           focus: 'series'
         }
       },
       {
         type: 'bar',
         data: [0, 8,],
         coordinateSystem: 'polar',
         emphasis: {
           focus: 'series'
         }
       },
       {
         type: 'bar',
         data: [0, 0, 8, 0],
         coordinateSystem: 'polar',
         emphasis: {
           focus: 'series'
         }
       },
       {
         type: 'bar',
         data: [0, 0, 0, 8],
         coordinateSystem: 'polar',
         emphasis: {
           focus: 'series'
         }
       }
     ],
     legend: {
       show: true,
       data: ['A', 'B', 'C']
     }
   };
   
   **As shown in the figure below, the second coordinate name in 
radiusAxis.data is not displayed**
   
   
![image](https://user-images.githubusercontent.com/38103380/208869578-a98e835d-46ea-440d-9d6b-784bc0a934b8.png)
   
   
   ### I would like to ask how to display all coordinates name in polar 
coordinates
   
   
   ### Current Behavior
   
   The second coordinate name in radiusAxis.data is not showing
   
   ### Expected Behavior
   
   Can display all coordinate names in radiusAxis.data
   
   ### 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-unsubscr...@echarts.apache.org

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


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

Reply via email to