Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: line chart should support the y-axis for durations greater than 24 hours #386

Open
paulequilibrio opened this issue Aug 15, 2024 · 0 comments

Comments

@paulequilibrio
Copy link

No line chart is rendered when yMax is set to a value greater than 24:00.

Expected Behavior

The line chart should support the y-axis for durations greater than 24 hours.

Current Behavior

No chart is rendered, just display the error message "Invalid inputs for yMax"

Context

I'm using a simple line chart for my fasts

searchType: frontmatter
searchTarget: fast_duration
datasetName: Fast
folder: daily
line:
    yAxisLabel: Hours
    yMin: 08:00
    yMax: 24:00
    yAxisTickInterval: 01:00
    xAxisLabel: Day

This week I managed to fast for more than 24 hours, but when I tried to update the yMax to 50:00 I got the message "Invalid inputs for yMax"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant