xaxias does not correspond to the grid, and the graph itself does not always follow the grid #4057
Unanswered
SergiyDanchuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xaxias does not correspond to the grid, and the graph itself does not always follow the grid
https://prnt.sc/PS3QXwCqN9_4
how to fix it
my settings xaxias
xaxis: {
type: 'category',
tickPlacement: "on",
min: 0,
max: 64,
tickAmount: 64,
axisBorder: {
show: true,
color: '#F2F2F2',
height: 2,
},
labels: {
show: true,
style: {
cssClass: 'apexcharts-xaxis-label-custom',
},
offsetX: -4,
offsetY: 2,
},
},
and date
x: element.category,
y: [0, monthl],
Beta Was this translation helpful? Give feedback.
All reactions