This looks to be an issue with refresh-timing - the order in which data and lanes are being set, versus a call to refreshEvents().
It's likely that just calling refreshEvents() once everything is in place will address the redraw issue.
To look at the styling issue, we'll need to see a runnable example, with source and css styles
It's likely that just calling refreshEvents() once everything is in place will address the redraw issue.
To look at the styling issue, we'll need to see a runnable example, with source and css styles
Comment