One bucket of the power histogram.
Carries pond's canonical bin edges (start / end, watts) — the same { start, end, …aggregates } shape core's byColumn returns — so the array feeds @pond-ts/charts directly:
start
end
{ start, end, …aggregates }
byColumn
@pond-ts/charts
<BarChart bins={power.distribution} column="seconds" /> Copy
<BarChart bins={power.distribution} column="seconds" />
Exclusive upper edge of the bin, watts (start + binWatts).
start + binWatts
Seconds spent in this bin.
Inclusive lower edge of the bin, watts.
One bucket of the power histogram.
Carries pond's canonical bin edges (
start/end, watts) — the same{ start, end, …aggregates }shape core'sbyColumnreturns — so the array feeds@pond-ts/chartsdirectly: