OperationalSiteEfficiencyChart
Site-efficiency trend card for the operational dashboard. Renders measured site efficiency over time (W/TH/s) with an optional nominal reference line, an inf…
Site-efficiency trend card for the operational dashboard. Renders measured site efficiency over time (W/TH/s) with an optional nominal reference line, an info tooltip, and an expand toggle. Purely presentational - pass pre-shaped data from useOperationsDashboard.
import { OperationalSiteEfficiencyChart } from "@tetherto/mdk-react-devkit";| Prop | Status | Type | Default | Description |
|---|---|---|---|---|
data | Optional | LineChartCardData | — | — |
isLoading | Optional | boolean | — | — |
isExpanded | Optional | boolean | — | — |
onToggleExpand | Optional | VoidFunction | — | — |
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…
OperationsEnergyChart
Doughnut breakdown of Operations vs Energy cost (in USD totals). Mirrors the OSS `OperationsEnergyCostChart`. Returns the empty-state placeholder when both t…