sophia1024 opened a new issue #14244: URL: https://github.com/apache/echarts/issues/14244
 As shown in the above picture, the broken line appears excessively red. How can I solve it? ` "visualMap": [ { "dimension": 0, "seriesIndex": 0, "type": "piecewise", "itemWidth": 8, "textGap": 6, "itemGap": 32, "orient": "horizontal", "left": "center", "show": false, "pieces": [ { "lt": 118, "color": "#0072FF" }, { "gte": 118, "lt": 119, "color": "#FD194F" }, { "gte": 119, "lt": 121, "color": "#DD0538" }, { "gte": 121, "lt": 239, "color": "#0072FF" }, { "gte": 239, "lt": 240, "color": "#FD194F" }, { "gte": 240, "lt": 601, "color": "#0072FF" }, { "gte": 601, "lt": 606, "color": "#DD0538" }, { "gte": 606, "lt": 611, "color": "#0072FF" }, { "gte": 611, "lt": 612, "color": "#FD194F" }, { "gte": 612, "lt": 614, "color": "#DD0538" }, { "gte": 614, "lt": 615, "color": "#FD194F" }, { "gte": 615, "color": "#0072FF" } ] } ` ---------------------------------------------------------------- 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]
