Skip to Content
🎉 Coral now has an MCP Server, check out the docs
DocumentationMoleculesEnergySummaryComponentsEnergySummaryChart

EnergySummaryChart

Sub-component of the EnergySummary molecule.

Props

NameTypeDefault
timePeriod"week-before" | "last-week"
totalWeekBeforenumber
totalLastWeeknumber
type"gas" | "electricity"
titlestring

The accessible title of the chart

'Previous Period Chart'
heightnumber

The height of the chart in pixels. Any maxWidth provided at the EnergySummaryCharts (plural) level will impact this sizing as the chart scales responsively.

240
barWidthnumber

The width of each individual chart bar in pixels. Any maxWidth provided at the EnergySummaryCharts (plural) level will impact this sizing.

100
iconSizenumber

The size of the icon labels in pixels. Any maxWidth provided at the EnergySummaryCharts (plural) level will impact this sizing as the icon scales responsively.

40
energyFlow"consumption" | "generation"

The energy flow type. This determines wether the chart represents consumption (import) or generation (export).

'consumption'
childrenReactNode
Last updated on