Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a test dataset with data at 5 minute intervals over a week period (say 1/1 00:00 through 1/7 23:55). I've added the animator object from the dashboard bundle to loop the other visualizations over time. However, the animator will not go past 1/4 11:15 AM. By my calculation this is at 1,285 values. Have I hit a limit with the animator or is this a bug?
Hi @wjw2406, I've tested with this script:
LOAD RecNo() as value AutoGenerate 100000;
It 'only' goes to 1000, so I think that's the limit.
Seems like you’re right! I’m not sure where I ended up with 1,285 yesterday but the 11:15 is the 1,000th time stamp. Hope they might consider modifying this at some point in the future. Thanks for the sanity check!