tmtron opened a new issue #14257: URL: https://github.com/apache/echarts/issues/14257
### What problem does this feature solve? Currently it is not possible to set the color of the symbols of a markLine (different to the line-color)  ### What does the proposed API look like? In addition to setting the symbol, we could add a `symbolColor`, e.g. ``` markLine: { data: [ [{ name: 'start', coord: [0, 50], lineStyle: { color: 'blue' }, symbol: 'rect' symbolColor: 'blue' }, { name: 'end', coord: [1, 500], symbol: 'rect' }] ] } ``` * Reference to [MarkLine API docs](https://echarts.apache.org/en/option.html#series-line.markLine.data.0.symbol) * related [Stackoverflow question: How to change the symbol color of a mark line?](https://stackoverflow.com/questions/66102322/how-to-change-the-symbol-color-of-a-mark-line) <!-- 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]
