ui-jq flot chart on lazy load

后端 未结 1 1634
忘掉有多难
忘掉有多难 2021-01-26 05:30

I have the following html:

    
相关标签:
1条回答
  • 2021-01-26 06:11

    Try adding ui-refresh

    <div id="test" ui-jq="plot" ui-refresh="line" ui-options="[{ data: {{line}}, ... }, ... ]"></div>
    

    Where ui-refresh value is the literal name of ui-options data value name.

    0 讨论(0)
提交回复
热议问题