You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Dear all,
after the dataview update the graph does not work anymore. Is there any way to make it functioning again? @olivercarizone
The text was updated successfully, but these errors were encountered: