Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.7 KB

growthchart

A visual tool used by doctors to monitor a child's nutrition and health.

Demo:

Demo

Screenshot:

Example

Ideas:

  • Work for weight vs age, height vs age, height vs weight, etc etc
  • Work against various standards (CDC, WHO, national goverments)

Todos:

  • Clarify which chart is which. (and if dataset is for boys and/or girls)
  • Smoothly change between charts (How to dynamically add data to a chart)
  • Default is to select the last datum; highlight it and show tooltip
  • Improved tickmarks
  • Labels on the lines, or a legend (%tile, malnourished/severely/normal); color for different lines
  • Improve tooltip style... 1, 2, 3

Other Growth charts:

Thank yous:

  • to @ewheeler and the PyGrowup project for sharing the method to pre-process the WHO/CDC measurement data into json format.