Open watery opened 1 year ago
While this:
timeWindow : { data: { start : 1667257200000, end : 1668466800000, }, },
works and centers the component view between 1 and 15 of november, explicitly defining the start and end properties:
timeWindow : { data: { start : 1667257200000, end : 1668466800000, }, start: 'start', end: 'end' },
results in error:
Uncaught (in promise) Error: Could not configure data for timeWindow. Probably a configuration issue with key(s) start,end
This is probably what's already been reported in #32.
While this:
works and centers the component view between 1 and 15 of november, explicitly defining the start and end properties:
results in error:
Uncaught (in promise) Error: Could not configure data for timeWindow. Probably a configuration issue with key(s) start,end