vue-apexcharts
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -121,3 +121,3 @@ (function (global, factory) { | ||
clearAnnotations: function clearAnnotations() { | ||
this.chart.clearAnnotations(options); | ||
this.chart.clearAnnotations(); | ||
} | ||
@@ -124,0 +124,0 @@ } |
{ | ||
"name": "vue-apexcharts", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Vue.js wrapper for ApexCharts", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-apexcharts.js", |
@@ -113,5 +113,5 @@ import ApexCharts from 'apexcharts' | ||
clearAnnotations() { | ||
this.chart.clearAnnotations(options) | ||
this.chart.clearAnnotations() | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45174