We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to create a weekly graph with 1-5 values per day. But I want to keep equal distance between days. How I can create gaps in the data? Like:
[ { value: 40, }, // Monday { value: 60, }, // Monday { value: 10, }, // Monday { value: null, }, // Thursday { value: null, }, // Thursday { value: 50, }, // Thursday { value: null, }, // Wednesday { value: 50, }, // Wednesday { value: 80, }, // Wednesday ... ]
The text was updated successfully, but these errors were encountered:
Hi @grigorii-horos 👋 Please have a look at #353 and #400 Let me know if it doesn't help.
Sorry, something went wrong.
No branches or pull requests
I want to create a weekly graph with 1-5 values per day. But I want to keep equal distance between days. How I can create gaps in the data?
Like:
The text was updated successfully, but these errors were encountered: