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.
What can I do to reduce the white space between the Y Axis?
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.
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.
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.
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!
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.