fbrisa opened a new issue #15190: URL: https://github.com/apache/echarts/issues/15190
### Version 5.1.1 ### Steps to reproduce If you are using the graph with dark mode theme the yaxis color you specify using axisLine.lineStyle.color property is not respeced Reproduce with: 1) GO TO: https://echarts.apache.org/examples/en/editor.html?c=area-rainfall 2) MODIFY yAxis: like this: yAxis: [ { name: '流量(m^3/s)', type: 'value', max: 500, axisLine: { lineStyle: { color: "orange" } } }, { name: '降雨量(mm)', nameLocation: 'start', max: 5, type: 'value', inverse: true, axisLine: { lineStyle: { color: "red" } } } ], 3) switch to dark mode and your custom colors are gone. ### What is expected? If I specify a custom color it will be kept in darkmode too ### What is actually happening? darkmode ignores my custom colors <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
