grapetree edited a comment on issue #4856: [feature] Support barBorderRadius on 
the polar bar chart
URL: 
https://github.com/apache/incubator-echarts/issues/4856#issuecomment-569903209
 
 
   `<code>option = {
           title:{
               text:'hhh'
           },
           angleAxis: {
               max: 10,
               axisLine:{
                   show:false
               },
               axisLabel:{
                   show:false
               },
               splitLine:{
                   show:false
               },
               axisTick:{
                   show:false
               }
           },
           radiusAxis: {
               type: 'category',
               axisLine:{
                   show:false
               }
           },
           polar: {
           },
           series: [{
               type: 'bar',
               data: [, , , 10],
               coordinateSystem: 'polar',
               roundCap: true,
               legendHoverLink: false,
               name: 'A',
               stack: 'a'
           }, {
               type: 'bar',
               data: [, , , 6],
               roundCap: true,
               legendHoverLink: false,
               coordinateSystem: 'polar',
               name: 'B',
               stack: 'a'
           }],
           legend: {
               show: true,
               data: ['A', 'B']
           }
       };<code>`
   
   可以试下

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to