Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combo chart columnWidth:100% appears with large gaps when zoomed in #4414

Open
LeoMcH36 opened this issue Apr 19, 2024 · 0 comments
Open

Combo chart columnWidth:100% appears with large gaps when zoomed in #4414

LeoMcH36 opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LeoMcH36
Copy link

LeoMcH36 commented Apr 19, 2024

Description

I like my columns with no gaps in between, so i set the columnWidth setting via plotOptions to 100% but when i zoom-in in my combo chart, large gaps suddenly appear which doesn't happen for a standalone bar chart. I've tested both using the same data so it shouldn't be happening

Steps to Reproduce

  1. Create a chart with at least two series, one being column and one being line
  2. set plotOptions : {
    bar: {
    columnWidth:'100%'
    }
  3. zoom into graph via drag zoom

Expected Behavior

Column width should visually stay 100% as it does when its a standalone bar chart

Actual Behavior

Column width appears to be reduced drastically

Screenshots

only bar chart pre zoom in
bar chart pre zoom in

only bar chart post zoom in
bar chart post zoom in

combo chart pre zoom in
combo chart pre zoom in

combo chart post zoom in
combo chart post zoom in

Reproduction Link

https://codepen.io/rogueDovah/pen/ZEZmONw

@LeoMcH36 LeoMcH36 added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant