为什么在amcharts中将饼图导出到图像会花费太多时间?

时间:2019-07-02 05:23:21

标签: angular typescript amcharts

我已经用amcharts创建了一个饼图,我想将该图导出为图像,但是导出花费了很多时间。我也想在导出的图像中添加标题,有人可以帮助我如何使用打字稿在导出的图像中添加标题吗? 我使用了以下代码:

    this.AllChartExport.exporting.extraSprites.push({
      "sprite": this.account_Legend_Container,
      "position": "right",
      "marginTop": 40,
    })

    let options = this.AllChartExport.exporting.getFormatOptions("jpg");
    options.scale = 6;
    this.AllChartExport.exporting.setFormatOptions("jpg", options);
    this.AllChartExport.exporting.export(format);

0 个答案:

没有答案