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
There may be a possible issue in dc.filters.RangedTwoDimensionalFilter as it uses Math.max and Math.min. These functions do not go well if parameters are dates.
I will investigate further, probably write test case(s) and if indeed it is a problem, I will submit a PR.
I have also searched the complete src folder, could not find any other potentially dangerous usage of Math.max / Math.min.
The text was updated successfully, but these errors were encountered:
There may be a possible issue in dc.filters.RangedTwoDimensionalFilter as it uses Math.max and Math.min. These functions do not go well if parameters are dates.
I will investigate further, probably write test case(s) and if indeed it is a problem, I will submit a PR.
I have also searched the complete src folder, could not find any other potentially dangerous usage of Math.max / Math.min.
The text was updated successfully, but these errors were encountered: