I have a chart with some data. My tick calculation however needs some time so what I'd like to do is render the chart and show it to the user, calculate ticks in the background and once done add the ticks to the chart without rerender it.
Is that possible somehow?
Thanks!