Socket
Socket
Sign inDemoInstall

vue3-apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-apexcharts - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

package.json
{
"name": "vue3-apexcharts",
"version": "1.4.0",
"version": "1.4.1",
"main": "./dist/vue3-apexcharts.common.js",

@@ -53,2 +53,2 @@ "private": false,

}
}
}

@@ -1,3 +0,3 @@

import ApexCharts, { ApexOptions } from 'apexcharts';
import { Component, ComponentOptions, ComponentPublicInstance, Plugin } from 'vue';
import ApexCharts, { ApexOptions } from "apexcharts";
import { Component, ComponentOptions, ComponentPublicInstance, Plugin } from "vue";

@@ -9,3 +9,17 @@ export interface VueApexChartsComponent extends ComponentPublicInstance {

options?: ApexOptions;
type?: 'line' | 'area' | 'bar' | 'histogram' | 'pie' | 'donut' | 'radialBar' | 'rangeBar' | 'scatter' | 'bubble' | 'heatmap' | 'candlestick' | 'radar' | 'polarArea';
type?:
| "line"
| "area"
| "bar"
| "histogram"
| "pie"
| "donut"
| "radialBar"
| "rangeBar"
| "scatter"
| "bubble"
| "heatmap"
| "candlestick"
| "radar"
| "polarArea";
series: any;

@@ -18,3 +32,8 @@ width?: string | number;

destroy(): void;
updateOptions(options: any, redrawPaths?: boolean, animate?: boolean, updateSyncedCharts?: boolean): Promise<void>;
updateOptions(
options: any,
redrawPaths?: boolean,
animate?: boolean,
updateSyncedCharts?: boolean
): Promise<void>;
updateSeries(newSeries: any, animate?: boolean): Promise<void>;

@@ -34,3 +53,3 @@ toggleSeries(seriesName: string): any;

clearAnnotations(): void;
dataURI(): Promise<string>;
dataURI(options?: { scale?: number; width?: number }): Promise<void>;
}

@@ -40,2 +59,2 @@

export default VueApexCharts;
export default VueApexCharts;
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