Skip to content

Commit

Permalink
make getSvgString() method public
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Feb 13, 2025
1 parent 56d0778 commit b45db30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/apexcharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,10 @@ export default class ApexCharts {
return exp.dataURI(options)
}

getSvgString(scale) {
return new Exports(this.ctx).getSvgString(scale)
}

exportToCSV(options = {}) {
const exp = new Exports(this.ctx)
return exp.exportToCSV(options)
Expand Down

0 comments on commit b45db30

Please sign in to comment.