Исправлены пропы при использований D3MonitoringCurrentValues

This commit is contained in:
goodmice 2022-10-06 12:37:35 +05:00
parent eb9d85c1a4
commit 2aca41da83
No known key found for this signature in database
GPG Key ID: 63EA771203189CF1

View File

@ -559,7 +559,6 @@ const _D3MonitoringCharts = <DataType extends Record<string, unknown>>({
<D3MonitoringCurrentValues<DataType> <D3MonitoringCurrentValues<DataType>
groups={groups} groups={groups}
data={data} data={data}
left={offset.left}
sizes={sizes} sizes={sizes}
/> />
<D3MouseZone width={width} height={height} offset={{ ...offset, top: sizes.chartsTop }}> <D3MouseZone width={width} height={height} offset={{ ...offset, top: sizes.chartsTop }}>