MeetzhDing edited a comment on issue #12096:
URL: https://github.com/apache/echarts/issues/12096#issuecomment-1060134384


   > I don't think this design deliver info effectively, since in common case 
bars stands side by side or stack. It is easy to recognize which series the 
item belong to, the color and tooltips would denote the item's series when 
using the existing design.
   > 
   > However, technically speaking, your proposal is not easy to recognize the 
item belonging. items overlapping each other with alpha color would cause color 
mixing, producing some other colors not expected. If you apply palette with 
alpha=1, low value bar would be hidden in high value ones sometimes.. so, we'd 
better not do this.
   > 
   > > 
![](https://camo.githubusercontent.com/bc78ac6c81f45643847f968b5df322470ba96a99/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f725355424f2e706e67)
   
   When data length is large, bar chart with `barGap: -100%` will be prettier
   
   If apply palette with alpha=1,can we draw low value after high value by 
`type: custom` ?  
   Or using clipRectByRect to draw no overlap area ?
   
   
   
   


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