Skip to content

Commit 472f3e0

Browse files
committed
perf(web): disable animation and add types for axes for the diagram
1 parent 8fd0c4e commit 472f3e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webdriver-ts-results/src/components/BoxPlotTable/BoxPlotTableChart.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ const BoxPlotTableChart = ({ traces }: Props) => {
4949
],
5050
},
5151
options: {
52+
animation: false,
5253
scales: {
5354
x: {
55+
type: "category",
5456
grid: {
5557
display: false,
5658
},
5759
},
5860
y: {
61+
type: "linear",
5962
beginAtZero: false,
6063
},
6164
},

0 commit comments

Comments
 (0)