You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/08/30 07:48:17 UTC

[GitHub] [echarts] Gusis93 commented on issue #17589: [Feature] Example of color separation by category with encode

Gusis93 commented on issue #17589:
URL: https://github.com/apache/echarts/issues/17589#issuecomment-1231279559

   Yes, I want to achieve this result. According to the docs `barGap` affects multiseries. 
   
   In my sandbox you can see I want to achieve this with only 1 series, not a multiseries.  A multiseries means I have to get from my data how many bar series I need which can be expensive.  
   
   I can see that echarts is getting halfway there with what I have, you can see in this 2 screenshots how its clearly getting the proper information out of my data, rendering and overlapping the bars. 
   
   ![image](https://user-images.githubusercontent.com/5525609/187379846-102a31e1-6988-4bb9-996b-cf3913907a49.png)
   
   ![image](https://user-images.githubusercontent.com/5525609/187379891-e7190833-2c7e-4568-bfea-6b8bfbba944a.png)
   
   What I don't know if its supported is to actually make the bars background by category (or any field) and move them so they don't overlap


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org