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/06/13 09:41:41 UTC

[GitHub] [echarts] RahulVishK opened a new issue, #17205: For Gauge series in AxisLine "lineStyle type" (dotted,dash,solid) is not supported

RahulVishK opened a new issue, #17205:
URL: https://github.com/apache/echarts/issues/17205

   ### What problem does this feature solve?
   
   option = {
     series: [
       {
         type: 'gauge',
         startAngle: 90,
         endAngle: -270,
         pointer: {
           show: false
         },
         radius: '155px',
   
         axisLine: {
           lineStyle: {
             width: 10,
             color: [[1, 'red']],
             type: [1, 1] //  for axis line type is not supported
           }
         },
         splitLine: {
           show: false
         },
         axisTick: {
           show: false
         },
         axisLabel: {
           show: false
         },
         data: [{ value: 100 }],
         detail: {
           show: false
         }
       }
     ]
   };
   
   
   ### What does the proposed API look like?
   
      axisLine: {
           lineStyle: {
             width: 10,
             color: [[1, 'red']],
             type: [1, 1]// should be supproted 
           }
         },


-- 
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.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