1. Energy Consumption Analysis
Sustainability AnalystBackground
An analyst needs to report how electricity is distributed from the main grid to various building systems.
Problem
Traditional bar charts fail to show the relationship between the source and the final consumption points.
How to use
Input the energy source nodes and consumption nodes into the JSON data field, then enable 'Show Values' to display the kilowatt-hours.
{"nodes": [{"id": "grid", "name": "Main Grid", "value": 500}, {"id": "hvac", "name": "HVAC", "value": 300}, {"id": "lighting", "name": "Lighting", "value": 200}], "links": [{"source": "grid", "target": "hvac", "value": 300}, {"source": "grid", "target": "lighting", "value": 200}]}Outcome
A clear flow diagram showing the total energy input and its proportional split between HVAC and lighting systems.