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

Question: gaps in data values #405

Closed
grigorii-horos opened this issue Oct 10, 2023 · 1 comment
Closed

Question: gaps in data values #405

grigorii-horos opened this issue Oct 10, 2023 · 1 comment

Comments

@grigorii-horos
Copy link

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
...
]
@Abhinandan-Kushwaha
Copy link
Owner

Hi @grigorii-horos 👋
Please have a look at #353 and #400
Let me know if it doesn't help.

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

2 participants