helgasoft commented on issue #19944:
URL: https://github.com/apache/echarts/issues/19944#issuecomment-2118029838

   when visualMap dimension/pieces are by X-axis, vertical or near-vertical 
lines will have two colors (start, end). These two colors blend depending on 
_pieces_ rules. Your upper chart example shows the blending effect more 
pronounced because many lines overlap. This is not a bug, since the API 
documentation does not elaborate on **how** blending is done and what 
**results** should be expected. 
   A suggestion for alternative coloring by Y-axis:
   ```
       dimension: 1, pieces: [{ gte: 0, lt: 110 }, { gte: 110 }],
       inRange: { color: ['red', 'green'] },
   
   ```
   
![image](https://github.com/apache/echarts/assets/13038071/ad74cc7a-2f08-410b-a8a7-5932ee0b3381)


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