LyesOrd opened a new issue, #18573:
URL: https://github.com/apache/echarts/issues/18573

   ### What problem does this feature solve?
   
   When i try to overlapped multiple bar on the same x axis like x=1 -> 
[8,12,10], etc... I've been blocked by the fact that the stack property only 
put the bar one on the others. I try to put the barGap at -100% and it's work 
but the bar are not ordered by their category values.
   
   And i find nothing for fixing this but to do some DIY and clearly ugly one, 
like i divided my serie and created a serie for every bar and then i added the 
z-index for every bar but it's clearly not a good solution
   
   ### What does the proposed API look like?
   
   We should be able to pass an array on the property z, thatsthe first 
solutions who come to my mind
   
   Example : 
   
   for the absciss 1 : arrOfBarValue = [8,15,4] -> arrOfBarIndex = [1,2,0] -> 
z: arrOfBarIndex
   ...do this for each serie of bar


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