You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "roelbondoc (via GitHub)" <gi...@apache.org> on 2023/05/01 13:39:55 UTC

[GitHub] [echarts] roelbondoc opened a new issue, #18580: [Bug]

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

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/en/editor.html?version=5.4.2&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5JALZW0A0JAvm-uTvkaqTKUasWgDcAhgBsArsw5dYeKgCcIVQrADaJdAMGwAJhLASiWrQEYAbAA4ATNYCcABgCs9l15ctYAFgBdXy1YGwdnd1tvH1gXAKDdUgpqOgAjCRVWRPR0lQBhEyoAc2AVcgBxCRA6S1pE9hIAlHYAbiA
   
   ### Steps to Reproduce
   
   1. Configure a chart with the following options:
   ```
   option = {
     xAxis: {
       type: 'time',
     },
     yAxis: {
       type: 'value'
     },
     series: [
       {
         data: [[1682690520000, 4], [ 1682690580000, 0]],
         type: 'bar',
         barCategoryGap: '1'
       }
     ]
   };
   ```
   2. Observe that the chart has been rendered with a narrow width bar.
   
   ![image](https://user-images.githubusercontent.com/134351/235459285-9d553f3d-def3-4e13-85d0-f215f24158df.png)
   
   ### Current Behavior
   
   Chart is rendered with a very narrow bar.
   
   ### Expected Behavior
   
   The bar should be rendered with a normal width.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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


[GitHub] [echarts] echarts-bot[bot] closed issue #18580: [Bug]

Posted by "echarts-bot[bot] (via GitHub)" <gi...@apache.org>.
echarts-bot[bot] closed issue #18580: [Bug] 
URL: https://github.com/apache/echarts/issues/18580


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #18580: [Bug]

Posted by "echarts-bot[bot] (via GitHub)" <gi...@apache.org>.
echarts-bot[bot] commented on issue #18580:
URL: https://github.com/apache/echarts/issues/18580#issuecomment-1529719744

   I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or requests** and then the maintainers or I will reopen this issue.
   
   Every good bug report or feature request starts with a title. Your issue title is a critical element as it's the first thing maintainers see.
   
   A good issue title makes it easier for maintainers to understand what the issue is, easily locate it, and know what steps they'll need to take to fix it.
   
   Moreover, it's better to include keywords, as this makes it easier to find the issue self and similar issues in searches.


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


[GitHub] [echarts] helgasoft commented on issue #18580: [Bug] Bar width issue when using barCategoryGap

Posted by "helgasoft (via GitHub)" <gi...@apache.org>.
helgasoft commented on issue #18580:
URL: https://github.com/apache/echarts/issues/18580#issuecomment-1529919399

   use _barWidth_ and see #18569


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


[GitHub] [echarts] roelbondoc closed issue #18580: [Bug] Bar width issue when using barCategoryGap

Posted by "roelbondoc (via GitHub)" <gi...@apache.org>.
roelbondoc closed issue #18580: [Bug] Bar width issue when using barCategoryGap
URL: https://github.com/apache/echarts/issues/18580


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