Skip to content

Commit b45db30

Browse files
committed
make getSvgString() method public
1 parent 56d0778 commit b45db30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/apexcharts.js

+4
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,10 @@ export default class ApexCharts {
751751
return exp.dataURI(options)
752752
}
753753

754+
getSvgString(scale) {
755+
return new Exports(this.ctx).getSvgString(scale)
756+
}
757+
754758
exportToCSV(options = {}) {
755759
const exp = new Exports(this.ctx)
756760
return exp.exportToCSV(options)

0 commit comments

Comments
 (0)