From d5554507f37b4a69067def4f605ea6940374062e Mon Sep 17 00:00:00 2001 From: goodmice Date: Mon, 18 Jul 2022 18:07:22 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D0=B2=D0=BD=D1=8B=D0=B5=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D1=81=20=D0=B3=D1=80=D0=B0=D1=84=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Telemetry/Operations/OperationsChart.jsx | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/src/pages/Telemetry/Operations/OperationsChart.jsx b/src/pages/Telemetry/Operations/OperationsChart.jsx index ed11537..0e54acd 100644 --- a/src/pages/Telemetry/Operations/OperationsChart.jsx +++ b/src/pages/Telemetry/Operations/OperationsChart.jsx @@ -8,29 +8,6 @@ import '@styles/detected_operations.less' // Палитра: https://colorhunt.co/palette/f9f2ed3ab0ffffb562f87474 const chartDatasets = [{ - key: 'normBars', - label: 'Нормативные значения', - type: 'needle', - width: 2, - color: '#FFB562', - opacity: 0.65, - yAxis: { - type: 'linear', - accessor: (row) => row.operationValue?.standardValue, - }, -}, { - key: 'normLine', - label: 'Нормативные значения', - type: 'line', - optimization: false, - width: 2, - color: '#FFB562', - opacity: 0.65, - yAxis: { - type: 'linear', - accessor: (row) => row.operationValue?.standardValue, - }, -}, { key: 'bars', label: 'Действительные значения', type: 'needle',