0

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!

4

1 回答 1

0

通常刻度不能在点绘制之后渲染,因为引擎基于点计算刻度并渲染它们。

于 2013-09-26T10:09:02.460 回答