diff --git a/src/pages/TelemetryView.jsx b/src/pages/TelemetryView.jsx index 9273b09..f4a4761 100644 --- a/src/pages/TelemetryView.jsx +++ b/src/pages/TelemetryView.jsx @@ -8,10 +8,6 @@ import {CustomColumn} from '../components/CustomColumn' import {UserOfWells} from '../components/UserOfWells' import {ModeDisplay} from '../components/ModeDisplay' import {Display} from '../components/Display' -import SpinPicEnabled from "../images/SpinEnabled.png" -import SpinPicDisabled from "../images/SpinDisabled.png" -import MomentStabPicEnabled from "../images/DempherOn.png" -import MomentStabPicDisabled from "../images/DempherOff.png" import moment from 'moment' import {Subscribe} from '../services/signalr' import {DataService, MessageService} from '../services/api' @@ -34,8 +30,6 @@ const blockSpeedGroup = { yDisplay: false, linePv: {label: "blockSpeed", units: 'м/ч', xAccessorName: "blockSpeed", yAccessorName: "date", color: '#0a0'}, lineSp: {label: "blockSpeedSp", units: 'м/ч', xAccessorName: "blockSpeedSp", yAccessorName: "date", color: '#0a0'}, - lineAvg: {label: "blockSpeedAvg", units: 'м/ч', xAccessorName: "blockSpeed", yAccessorName: "date", color: '#38C3FF', calc:(v) => 14, dash}, - lineMax: {label: "blockSpeedMax", units: 'м/ч', xAccessorName: "blockSpeed", yAccessorName: "date", color: '#38C3FF', calc:(v) => 23, dash}, } const pressureGroup = { @@ -279,9 +273,6 @@ export default function TelemetryView(props) { - - -