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.…
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. Purely presentational - pass pre-shaped data from useOperationsDashboard.
import { OperationalHashrateChart } from "@tetherto/mdk-react-devkit";| Prop | Status | Type | Default | Description |
|---|---|---|---|---|
data | Optional | LineChartCardData | — | — |
isLoading | Optional | boolean | — | — |
isExpanded | Optional | boolean | — | — |
onToggleExpand | Optional | VoidFunction | — | — |