Derived room VPD from temperature and RH
This is the easiest way to use the chart when upstream data is raw room climate data.
<CwVPDChart
plant="Tomato"
growthStage="Flower set"
targetMin={1.0}
targetMax={1.3}
airTemperatureC={27}
leafTemperatureC={26.1}
relativeHumidity={60}
updatedAt={Date.now()}
/>