Skip to content

Commit

Permalink
fix(Chart): express 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 36f2dc2 commit 6c901cd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ export const Chart = ({
width: 2,
},
xaxis: {
type: "numeric",
min: 0,
type: "category",
max: timeLimit || undefined,
labels: {
style: { colors: "#FFFFFF99" },
Expand Down

0 comments on commit 6c901cd

Please sign in to comment.