Generic ECharts View - Display of Custom Charts from Examples Gallery

Hi @AnilKS,

You can add “Save as image” to the view by adding this to the “option” object:

  toolbox: {
    feature: {
      saveAsImage: {
        name: "default_name",
        show: true,
      }
    }
  }
2 Likes