Hi, Mat! On Wed, 21 Jul 2021 17:16:05 +0200 Mat Knoll <resea...@aeyon.de> wrote:
> >> Possible issues/problems/limitations: > >> - The bp/hr card correctly shows the last imported value. However, > >> when viewing the chart strange x-axis values are shown (screenshot > >> is available, but I'm unsure if I could attach it here). The > >> result is unchanged (again strange x-axis values) if import is > >> limited to one value per day. > > The best is to upload the screenshot to imgur and provide here the > > link :) > Here it is: https://imgur.com/pv6w94Q - I hope the link will > work.https://imgur.com/pv6w94Qhttps://imgur.com/pv6w94Q The screenshot did work great :) By looking at the chart is indeed showing both the time of the day hour of the day... it's kind of the expected behavior. When more records are inserted, matplotlib will automatically discard the hour and just show the date. And when many records are present will do the same with the day of the month.. > > We can do that by having two columns (one for systolic and another > > for diastolic). > I'd assume that's the best/most elegant way - in the respective > TinyDB table these are also separate values. Agree. It's the easiest way also to "fill in" the data in libreoffice calc spreadsheet. So we'll update the CSV file format and commit a newer version in the coming days. All the best Luis