Skip to content

Commit

Permalink
fix(ChartRangeArea): specify x axis type as category
Browse files Browse the repository at this point in the history
  • Loading branch information
hduprat committed Jan 16, 2024
1 parent c6cd244 commit 3afffab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const ChartRangeArea = ({
width: [...Array(series.length / 2).fill(2), ...Array(series.length / 2).fill(0)],
},
xaxis: {
type: "numeric",
type: "category",
min: 0,
labels: {
...labels,
Expand Down

0 comments on commit 3afffab

Please sign in to comment.