OperationalMinersStatusChart
Miners-status card for the operational dashboard. Renders a stacked daily breakdown of miner states (online / error / offline / sleep / maintenance) with an …
Miners-status card for the operational dashboard. Renders a stacked daily breakdown of miner states (online / error / offline / sleep / maintenance) with an expand toggle. Purely presentational - pass pre-shaped data from useOperationsDashboard.
import { OperationalMinersStatusChart } from "@tetherto/mdk-react-devkit";| Prop | Status | Type | Default | Description |
|---|---|---|---|---|
data | Optional | MinersStatusChartData | — | — |
isLoading | Optional | boolean | — | — |
isExpanded | Optional | boolean | — | — |
onToggleExpand | Optional | VoidFunction | — | — |
OperationalHashrateChart
Hashrate trend card for the operational dashboard. Renders the site hashrate over time (TH/s) with an optional nominal reference line, plus an expand toggle.…
OperationalPowerConsumptionChart
Power-consumption trend card for the operational dashboard. Renders site power draw over time (MW) with an optional power-availability reference line, plus a…