function showCargoPieInfo(id,numx,numy,namex,namey,title,method,methodid) {
    myChart.setOption(option);
    myChart.on('click', function() {
        window[method](methodid);
    });
}
method = "openPopWindow";
methodId = "cargoShipment_pie_window";

相当于
openPopWindow('cargoShipment_pie_window');

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-10-10
相关资源
相似解决方案