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