Time use in chart data

So, I created a simple app to record my workouts where I stand on either foot.

When i combine the time together or separately, the Y Axis shows 5.
Screenshot 2024-03-20 at 18-47-30 Heart Up · Glide

Screenshot 2024-03-20 at 6.53.22 PM

What can I do to reduce the white space between the Y Axis?

You would need to use a bit of CSS as Glide doesn’t have a way to control chart styling natively.

Ok, I guess I’ll have to… wait a bit then. :wink:

Do you mean reducing the scale of the Y axis?

That can work too. Any idea?

If you don’t have a high range of data, I don’t know why the scale doesn’t reduce. I would resort to Quickcharts or Chart.js in this case.

1 Like

Ok, so i found the solution.

Previously i was using a Math column to get a time difference.

After switching to Duration, it worked perfectly!

1 Like

Good to hear it works now, but even if it’s a math column I wonder why it didn’t work. Maybe the underlying numbers were so small and the built-in chart has a minimum number for it to work with.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.