Skip to content

Commit d44cf66

Browse files
Add benchmark
1 parent 1afe5e1 commit d44cf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/performance-charts/tests/ScatterChart.bench.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('ScatterChart', () => {
1919
async () => {
2020
const { findByText } = render(
2121
<ScatterChart
22-
xAxis={[{ data: xData, valueFormatter: (v) => v.toLocaleString('en-US') }]}
22+
xAxis={[{ data: xData, valueFormatter: (v: number) => v.toLocaleString('en-US') }]}
2323
series={[
2424
{
2525
data,

0 commit comments

Comments
 (0)