WindyZ99 edited a comment on issue #16330:
URL: https://github.com/apache/echarts/issues/16330#issuecomment-1009615628


   Hello, I'm interested in fixing this issue.  
   **_series-gauge.axisLine.lineStyle.color_** property should be an **Array**. 
  
   Just try `option = {
     series: [
       {
         type: 'gauge',
         axisLine: {
           lineStyle: {
             color: [[1, 'red']]
           }
         },
         data: [
           {
             value: 20,
             name: 'SCORE'
           }
         ],
       }
     ]
   };`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to