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

   @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**
   
   [Feature] radiusAxis.data in polar coordinates is not fully displayed
   
   **BODY**
   
   ### What problem does this feature solve?
   
   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
   
   
   ### What does the proposed API look like?
   
   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
   </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