Skip to content
On this page

飞线图

setData

javascript
(data,comp)=>{
  comp.flyingLineManager.setData([
      {fromName:'111',toName:'222',coords:[[104.07332,30.672595],[103.785287,30.681043]],value:10},
      {fromName:'111',toName:'222',coords:[[104.07332,30.672595],[104.085393,30.803707]],value:10},
      {fromName:'111',toName:'222',coords:[[104.07332,30.672595],[104.339506,30.645258]],value:10},
  ])
}
(data,comp)=>{
  comp.flyingLineManager.setData([
      {fromName:'111',toName:'222',coords:[[104.07332,30.672595],[103.785287,30.681043]],value:10},
      {fromName:'111',toName:'222',coords:[[104.07332,30.672595],[104.085393,30.803707]],value:10},
      {fromName:'111',toName:'222',coords:[[104.07332,30.672595],[104.339506,30.645258]],value:10},
  ])
}

demo地址:http://tianque.oicp.net:28182/tq-bigscreen-web/#/build/1478992243617439746

Last updated: