iOS-Echarts icon indicating copy to clipboard operation
iOS-Echarts copied to clipboard

调用漏斗图时,获取到数据如何刷新数据而不是重新加载.

Open SlowDony opened this issue 7 years ago • 0 comments

  • (void)refreshEcharts;
  • (void)refreshEchartsWithOption:(PYOption *)newOption; 使用第一种,发现数据没有被刷新,使用第二种传入新的newOption,数据是刷新了,但界面布局又有点变,我目前的做法就是数据得到,重新loadEcharts,但我觉得这样不是很优化,我想如何调用refreshEcharts就可以刷新数据了.或者调用第二中传入新的newOption时界面布局不会改变,只改变数据,谢谢啦

SlowDony avatar Mar 27 '17 06:03 SlowDony