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

apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apexcharts - npm Package Compare versions

Comparing version 1.3.12 to 1.3.13

2

package.json
{
"name": "apexcharts",
"description": "A JavaScript Chart Library",
"version": "1.3.12",
"version": "1.3.13",
"main": "dist/apexcharts.min.js",

@@ -6,0 +6,0 @@ "directories": {

@@ -193,3 +193,5 @@ import Fill from '../modules/Fill'

elPath.attr({
id: 'apexcharts-pieSlice-' + i
id: 'apexcharts-pieSlice-' + i,
index: 0,
j: i
})

@@ -212,2 +214,11 @@

elPath.node.addEventListener(
'mousedown',
graphics.pathMouseDown.bind(this, elPath)
)
elPath.node.addEventListener(
'touchStart',
graphics.pathMouseDown.bind(this, elPath)
)
Graphics.setAttrs(elPath.node, {

@@ -404,8 +415,2 @@ 'data:angle': angle,

if (w.config.chart.type === 'pie' || w.config.chart.type === 'donut') {
el.attr({
'stroke-width': 0
})
}
el.attr({

@@ -442,3 +447,2 @@ d: path

if (elPath.attr('data:pieClicked') === 'true') {
size = me.size
elPath.attr({

@@ -445,0 +449,0 @@ 'data:pieClicked': 'false'

@@ -153,3 +153,3 @@ /**

opacityTo: 0.5,
stops: [0, 100, 100, 100]
stops: [0, 100, 100]
}

@@ -293,3 +293,3 @@ },

inverseColors: false,
stops: [0, 100, 100, 100]
stops: [0, 100, 100]
}

@@ -336,3 +336,3 @@ },

opacityTo: 1,
stops: [0, 50, 53, 91]
stops: [70, 98, 100]
}

@@ -371,3 +371,3 @@ },

opacityTo: 1,
stops: [0, 50, 53, 91]
stops: [70, 98, 100]
}

@@ -374,0 +374,0 @@ },

Sorry, the diff of this file is too big to display

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