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 2021/02/03 10:00:56 UTC

[GitHub] [echarts] pradeepgorule opened a new issue #14200: Bar chart overlapping after adding barwidth

pradeepgorule opened a new issue #14200:
URL: https://github.com/apache/echarts/issues/14200


   ### Version
   5.0.1
   
   ### Steps to reproduce
   Group Bar chart groups are overlapping with each other after setting a barwidth
   
   ### What is expected?
   Group Bar chart groups do not overlap with each other
   
   ### What is actually happening?
   Groups are overlapping after setting a barwidth
   
   ---
   Kindly check the below code and  image
   `
   option = { dataZoom: [ { "type": "slider", "show": true } ], color: ['#003366', '#e5323e'], legend: { data: ['Forest', 'Desert'] }, xAxis: [ { type: 'category' } ], yAxis: [ { type: 'value' } ], series: [ { name: 'Forest', type: 'bar', barGap: 0, barWidth: 30, data: [["2017-05-26T00:00:00.000Z",320], ["2017-05-25T00:00:00.000Z",340], ["2017-05-24T00:00:00.000Z",310], ["2017-05-23T00:00:00.000Z",320], ["2017-05-22T00:00:00.000Z",340], ["2017-05-21T00:00:00.000Z",310]] }, { name: 'Desert', type: 'bar', barWidth: 30, data: [["2017-05-26T00:00:00.000Z",240], ["2017-05-25T00:00:00.000Z",320], ["2017-05-24T00:00:00.000Z",315], ["2017-05-23T00:00:00.000Z",240], ["2017-05-22T00:00:00.000Z",320], ["2017-05-21T00:00:00.000Z",315]] }, { name: 'Forest', type: 'bar', barWidth: 30, data: [["2017-05-26T00:00:00.000Z",320], ["2017-05-25T00:00:00.000Z",340], ["2017-05-24T00:00:00.000Z",310], ["2017-05-23T00:00:00.000Z",320], ["2017-05-22T00:00:00.000Z",340], ["2017-05-21T00:00:00.000Z",310]] }, { 
 name: 'Desert', type: 'bar', barWidth: 30, data: [["2017-05-26T00:00:00.000Z",240], ["2017-05-25T00:00:00.000Z",320], ["2017-05-24T00:00:00.000Z",315], ["2017-05-23T00:00:00.000Z",240], ["2017-05-22T00:00:00.000Z",320], ["2017-05-21T00:00:00.000Z",315]] } ] };
   `
   ![gitbar](https://user-images.githubusercontent.com/31239579/106730770-b96a0e00-6634-11eb-9d5f-d16f47cf4544.png)
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #14200: Bar chart overlapping after adding barwidth

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #14200:
URL: https://github.com/apache/echarts/issues/14200#issuecomment-774577449


   @pradeepgorule Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #14200: Bar chart overlapping after adding barwidth

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #14200:
URL: https://github.com/apache/echarts/issues/14200#issuecomment-772385624


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [echarts] Ovilia commented on issue #14200: Bar chart overlapping after adding barwidth

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #14200:
URL: https://github.com/apache/echarts/issues/14200#issuecomment-774577442


   I didn't see overlap. Please create an online demo.


----------------------------------------------------------------
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:
users@infra.apache.org



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