Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 621 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 621 Bytes

ToDo

  • Update scripts to normalize "end location" for bottle to be a number ("4.5oz" -> 4.5)

  • Update histogram to be able to display "non durations" Abstract the info

  • Update histogram to have axi labels and a scale (have units in incremental)

    • This will probably require scanning the data to find the minimum and maximum values
  • Make tooltip outside of histogram. (how to do this without it being in parent state. (pass an onHover function to HistogramCustomEvent with event.data being the data point hovered over)

  • Alternative: Implement Billboard.js