You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to display charts depending on the m data type, e.g. the type (a histogram for steps/sleep, two series for blood pressure, etc.).
The server exposes metric_type + aggregation on the category API and the client picks the representation from those (with line being the default and the current implementation).
See parent issue wger-project/wger#2417 for context
What to do
We need to display charts depending on the m data type, e.g. the type (a histogram for steps/sleep, two series for blood pressure, etc.).
The server exposes
metric_type+aggregationon the category API and the client picks the representation from those (withlinebeing the default and the current implementation).aggregation=sum) are aggregated per day and shown asbars/histogram, not as raw sample points.