Remove touch plugin

This commit is contained in:
Piotr Rogowski 2021-12-23 00:18:23 +01:00
parent bbce244f75
commit 9f37a78c47
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import {
} from 'react';
import UplotReact from 'uplot-react';
import uPlot from 'uplot';
import touchZoomPlugin from '../../utils/uPlot/touchZoomPlugin';
import { Colors } from '../../utils/colors';
import LandscapeNotice from './LandscapeNotice';
import Table from './Table';
@ -86,7 +85,6 @@ const Curve = ({
drag: { y: false },
points: { size: 9 },
},
plugins: [touchZoomPlugin()],
});
}, [width, xData, xLabel, xUnits, yData, yLabel, yUnits]);