apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.07k stars 1.28k forks source link

rangeBar chart with numeric x-axis has misplaced labels #3763

Open i-interprete-on-the-fly opened 1 year ago

i-interprete-on-the-fly commented 1 year ago

Description

In a rangeBar chart with numeric x-axis and tickAmount = "dataPoints" the labels do not fit to the ticks. It looks like there is always one label less than there are ticks and this results in mismatch.

Steps to Reproduce

Expected Behavior

The labels match the ticks.

Actual Behavior

The labels are misplaced, there is one more tick than there are labels.

Screenshots

image

Reproduction Link

https://codepen.io/ubik223/pen/rNqxvWj

cart-before-horse commented 2 months ago

probably fixed in pr #4429