forked from ddrilling/asb_cloud_front
Нормативные значения удалены с графика
This commit is contained in:
parent
dac6470dd8
commit
d5554507f3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user