解决方法:
此问题是由于plot懒加载引起的,添加ui-refresh属性,属性值为画图所需的数据,问题即可解决。如:
<div id="test" ui-jq="plot" ui-refresh="line" ui-options="[{ data: {{line}},... },... ]"></div>
详细问题描述:
http://stackoverflow.com/questions/29929618/ui-jq-flot-chart-on-lazy-load
原文链接:https://www.f2er.com/angularjs/148457.html