[question]: Filter empty flows? #163
Unanswered
bbuchalter
asked this question in
Q&A
Replies: 1 comment
-
It is better to preprocess the data, because chart might need to do the filtering on each update. I did not take a look though, and its always possible to cache things - at the cost of complexity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am generating the data for my flows dynamically. Adding guards to ensure that each flow does not have a zero value would be a burden and feels like a reasonable option to support. Does this support exist?
Beta Was this translation helpful? Give feedback.
All reactions