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

Bar chart does not respect columnWidth on zoom #4134

Labels
bug Something isn't working verified

Comments

@dcrystalj
Copy link

dcrystalj commented Dec 5, 2023

Description

In bar chart columnWidth is not respected when zoom is enabled
This makes zoom useles when you have a lot of data, you zoom in and don't see practically anything due to such tiny bar

Steps to Reproduce

  1. fill a lot of data
  2. zoom in
  3. width of bar is not resized according to columnWidth in % unit

Expected Behavior

When zoom in, column width should be respected

Actual Behavior

Bar width is still tiny

Screenshots

image image

Reproduction Link

https://codepen.io/dcrystalj/pen/jOdXVwy

@dcrystalj dcrystalj added the bug Something isn't working label Dec 5, 2023
mouxdev pushed a commit to mouxdev/apexcharts.js that referenced this issue May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment