Open Sergioramasano opened 1 year ago
Guys, I used to use v3.37.2 and had this problem.
BUT I change my version to v^3.36.0 and this thing works correctly!!!. (look image)
However, v3.37.2 issue still is present!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
tickAmount for x-axis-grid-lines doesn't work. (v 3.37.2)
The tickAmount feature works correctly for x-axis labels, but not for x-axis-grid-lines .
it worked for vue 2 correctly. Thx for help!
xaxis: { tickAmount: 6, } ,
grid: { show: true, strokeDashArray: 5, color: '#969696', xaxis: { lines: { color: '#969696', show: true, }, }, },