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 have some charts with live data rendered, and I want to use the QuickFilter plugin. But if the data we receive does not fit in the QuickFilter bounds, it will not be displayed. If all points are outside the bounds of the previous data, the serie is completely removed.
Hi @BenoitZugmeyer
I'm not sure it's a good idea.
For example, User apply filter for cpu between 10 and 20, the original data set was [5, 10, 30, 50]. We apply new data set [30, 50, 100]. How should be filter changed? I don't know.
BTW I added new option for quick filter plugin. After release 2.4.0 you can specified bounds for field. https://jsfiddle.net/eqwfushL/17/
I have some charts with live data rendered, and I want to use the
QuickFilter
plugin. But if the data we receive does not fit in the QuickFilter bounds, it will not be displayed. If all points are outside the bounds of the previous data, the serie is completely removed.Example: https://jsfiddle.net/eqwfushL/13/
Expected: when the data changes, the plugin should update by adjusting the current bounds/limit and redraw itself.
The text was updated successfully, but these errors were encountered: