I've been trying to align majorTicks and minorTicks in the middle of the axis, but so far I haven't found a solution despite searching and googling extensively. Here's a snippet of my code:
majorTicks: {
height: 12,
interval: 1,
width: 2,
distanceFromScale: {x: 7, y: 0}
To better understand what I'm looking for, please refer to the screenshot provided in the image below. Thanks in advance! SCREENSHOT