Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-apexcharts - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

dist/vue-apexcharts.js

@@ -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()
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc