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
Currently there is a leaky abstraction towards the dependency of sorting the keys.
Strings like "2012-01-9" and "2012-01-10" will be handled differently than "2012-01-09" and "2012-01-10".
The user can prepare their data accordingly, but having crossfilter$ma strengthened against all possible cases, or at least configurable to handle different data schemas would be ideal.
The text was updated successfully, but these errors were encountered:
Currently there is a leaky abstraction towards the dependency of sorting the keys.
Strings like
"2012-01-9"
and"2012-01-10"
will be handled differently than"2012-01-09"
and"2012-01-10"
.The user can prepare their data accordingly, but having crossfilter$ma strengthened against all possible cases, or at least configurable to handle different data schemas would be ideal.
The text was updated successfully, but these errors were encountered: