Socket
Socket
Sign inDemoInstall

react-apexcharts

Package Overview
Dependencies
15
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.8 to 1.3.9

51

dist/react-apexcharts.d.ts

@@ -7,29 +7,26 @@ /// <reference types="react"/>

declare module "react-apexcharts" {
interface Props {
type?: ChartType,
series?: Array<any>,
width?: string | number,
height?: string | number,
options?: ApexOptions,
[key: string]: any,
}
export type ChartType =
| "line"
| "area"
| "bar"
| "histogram"
| "pie"
| "donut"
| "radialBar"
| "scatter"
| "bubble"
| "heatmap"
| "treemap"
| "boxPlot"
| "candlestick"
| "radar"
| "polarArea"
| "rangeBar";
interface Props {
type?: "line"
| "area"
| "bar"
| "histogram"
| "pie"
| "donut"
| "radialBar"
| "scatter"
| "bubble"
| "heatmap"
| "treemap"
| "boxPlot"
| "candlestick"
| "radar"
| "polarArea"
| "rangeBar",
series?: Array<any>,
width?: string | number,
height?: string | number,
options?: ApexOptions,
[key: string]: any,
}
export default class ReactApexChart extends React.Component<Props> {}
}
{
"name": "react-apexcharts",
"version": "1.3.8",
"version": "1.3.9",
"description": "React.js wrapper for ApexCharts",

@@ -5,0 +5,0 @@ "main": "dist/react-apexcharts.min.js",

@@ -7,29 +7,26 @@ /// <reference types="react"/>

declare module "react-apexcharts" {
interface Props {
type?: ChartType,
series?: Array<any>,
width?: string | number,
height?: string | number,
options?: ApexOptions,
[key: string]: any,
}
export type ChartType =
| "line"
| "area"
| "bar"
| "histogram"
| "pie"
| "donut"
| "radialBar"
| "scatter"
| "bubble"
| "heatmap"
| "treemap"
| "boxPlot"
| "candlestick"
| "radar"
| "polarArea"
| "rangeBar";
interface Props {
type?: "line"
| "area"
| "bar"
| "histogram"
| "pie"
| "donut"
| "radialBar"
| "scatter"
| "bubble"
| "heatmap"
| "treemap"
| "boxPlot"
| "candlestick"
| "radar"
| "polarArea"
| "rangeBar",
series?: Array<any>,
width?: string | number,
height?: string | number,
options?: ApexOptions,
[key: string]: any,
}
export default class ReactApexChart extends React.Component<Props> {}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc