Kalhama / Gluwave

Web based open loop application for diabetes management
https://iob.kalhama.fi
1 stars 0 forks source link

Glucose target #32

Open Kalhama opened 3 weeks ago

Kalhama commented 3 weeks ago
<VictoryArea
  style={{
    data: {
      fill: '#7bc68133',
    },
  }}
  data={[
    { x: subHours(now, 24), y: 8, y0: 6 },
    { x: addHours(now, 24), y: 8, y0: 6 },
  ]}
/>