mybuddy/reports/graphs
Christopher Charbonneau Wells 3f1a7d9a9d
Refactor to remove pandas dependency (#177)
* Use regular dicts for sleep pattern (WIP)

* Remove dataframes code from sleep pattern graph

* Reimplement UTC offset change handling

* Move label formatting in to a function

* Remove pandas!

* Fix linting issue

* Add dev requirements to generated requirements.txt

* Stop committing Pipfile.lock

Pipenv is designed to pin to a specific version of Python. Including the lock
file can lead to failed builds or broken package configurations on different
system architectures and/or Python versions.
2020-12-02 20:15:22 -08:00
..
__init__.py Add a Diaper Change amounts report 2020-01-26 14:12:27 -08:00
diaperchange_amounts.py Add a Diaper Change amounts report 2020-01-26 14:12:27 -08:00
diaperchange_lifetimes.py Add translatable strings support to reports app. 2019-04-14 13:32:46 -07:00
diaperchange_types.py Add locale support to Plotly graphs 2019-11-09 16:42:51 -08:00
feeding_amounts.py Sum amounts and account for timezone in "Feeding Amounts" report. (#68) 2019-05-29 14:38:30 -07:00
feeding_duration.py Add translatable strings support to reports app. 2019-04-14 13:32:46 -07:00
sleep_pattern.py Refactor to remove pandas dependency (#177) 2020-12-02 20:15:22 -08:00
sleep_totals.py Add translatable strings support to reports app. 2019-04-14 13:32:46 -07:00
weight_weight.py Add translatable strings support to reports app. 2019-04-14 13:32:46 -07:00