flXu12 opened a new issue #16488:
URL: https://github.com/apache/echarts/issues/16488


   ### Version
   
   both 4.x, 5.x exist
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   Copy the following configuration to the echarts official website example 
editor to reproduce: 
   
   option = {   xAxis: {     type: 'category',     data: ['Mon', 'Tue', 'Wed', 
'Thu', 'Fri', 'Sat', 'Sun'],     axisLine: {       show: true,       lineStyle: 
{         color: 'red'       }     }   },   yAxis: {     type: 'value'   },   
series: [     {       data: [150, 230, 224, 218, 135, 147, 260],       type: 
'line'     }   ] };
   
   ### Current Behavior
   
   When the line chart sets xAxis.axisLine.lineStyle.color, the axis scale and 
tick label color are also changed
   
   ### Expected Behavior
   
    when the line chart sets xAxis.axisLine.lineStyle.color, only the color of 
the axis is changed
   
   ### Environment
   
   ```markdown
   - OS: window 10
   - Browser: chrome 97.0.4692.99
   - Framework: none
   ```
   
   
   ### Any additional comments?
   
   _No response_


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