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
Having an issue with your funnel graph library where I can have default values as 0, but it logs errors to my console when I draw the graph with those values.
Explanation
The actual functionality of the graph is fine, it displays with no data as it should and shows 0 as all values.
The issue is that it also sends a error for NaN as I suspect that it is trying to draw the graph with no data to work with instead of ignoring the draw entirely.
This quickly becomes bloat in my error-logs when debugging, especially when i'm updating the graph on a timed interval of 5 seconds.
Images
Code:
Error:
Example
Example on how to replicate this issue: (The values are the only important part)
-> The code was meant to serve as a example, may not be runnable
Issue
Having an issue with your funnel graph library where I can have default values as 0, but it logs errors to my console when I draw the graph with those values.
Explanation
The actual functionality of the graph is fine, it displays with no data as it should and shows 0 as all values.
The issue is that it also sends a error for NaN as I suspect that it is trying to draw the graph with no data to work with instead of ignoring the draw entirely.
This quickly becomes bloat in my error-logs when debugging, especially when i'm updating the graph on a timed interval of 5 seconds.
Images
Code:
Error:
Example
Example on how to replicate this issue: (The values are the only important part)
-> The code was meant to serve as a example, may not be runnable
The text was updated successfully, but these errors were encountered: