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

Graph not displaying correctly #8

Open
tecnoborder opened this issue Jul 20, 2022 · 2 comments
Open

Graph not displaying correctly #8

tecnoborder opened this issue Jul 20, 2022 · 2 comments

Comments

@tecnoborder
Copy link

Dear all,
after the dataview update the graph does not work anymore. Is there any way to make it functioning again? @olivercarizone

@kroszczak
Copy link
Contributor

I am in the process of resolving the issue.
The graph will begin to work after you edit one line in the JS file

in the line 94, instead of this:
const startOfWeek = dv.date(date).startOf('week');

You should have this:
const startOfWeek = dv.date("sow");

Im still under the impression, that the graph does not track the data, because I can see the changes in the table below, while the graph stays strong and does not react, but I will work this out soon

@kroszczak
Copy link
Contributor

quick update: the solution is not exactly complete, meaning it does show the graph, but not always getting the data right.
However I already solved that issue on my local copy, and will update this on my fork, as well as make a pull request soon

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