Skip to content

Commit

Permalink
perf(web): disable animation and add types for axes for the diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
nakrovati committed Mar 7, 2024
1 parent 8fd0c4e commit 472f3e0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,16 @@ const BoxPlotTableChart = ({ traces }: Props) => {
],
},
options: {
animation: false,
scales: {
x: {
type: "category",
grid: {
display: false,
},
},
y: {
type: "linear",
beginAtZero: false,
},
},
Expand Down

0 comments on commit 472f3e0

Please sign in to comment.