-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Closed
Copy link
Labels
Description
Description
- Data labels are missaligned
- Although the last x label and tick are visible, the last x grid line is not
Steps to Reproduce
- Create a Multiple series – Group rows Timeline chart => https://apexcharts.com/javascript-chart-demos/timeline-charts/multiple-series-group-rows/
- Add to options:
grid: {
xaxis: {
lines: {
show: true
}
},
yaxis: {
lines: {
show: false
}
},
},
dataLabels: {
enabled: "true"
}
Expected Behavior
- DataLabels should to be displayed inside the bars that they relate to.
- All x axis ticks should have a grid line
Actual Behavior
- DataLabels are missaligned
- Last X-axis grid line is not shown
Screenshots
Reproduction Link
CODEPEN => using the same example as the one provided in the docs: https://apexcharts.com/javascript-chart-demos/timeline-charts/multiple-series-group-rows/