apexcharts
Advanced tools
Comparing version 1.3.20 to 1.3.21
{ | ||
"name": "apexcharts", | ||
"description": "A JavaScript Chart Library", | ||
"version": "1.3.20", | ||
"version": "1.3.21", | ||
"main": "dist/apexcharts.min.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -66,3 +66,3 @@ import Utils from './../utils/Utils' | ||
if (Utils.isFirefox) { | ||
if (Utils.isFirefox()) { | ||
return | ||
@@ -95,3 +95,3 @@ } | ||
if (Utils.isFirefox) { | ||
if (Utils.isFirefox()) { | ||
return | ||
@@ -167,3 +167,3 @@ } | ||
let shadowBlur = null | ||
if (Utils.isSafari || Utils.isFirefox) { | ||
if (Utils.isSafari() || Utils.isFirefox()) { | ||
// safari/firefox has some alternative way to use this filter | ||
@@ -170,0 +170,0 @@ shadowBlur = add.flood('black', opacity).composite(add.sourceAlpha, 'in').offset(left, top).gaussianBlur(blur) |
@@ -238,2 +238,6 @@ import Dimensions from './Dimensions' | ||
} | ||
if (!w.config.legend.onItemClick.toggleDataSeries) { | ||
elLegend.node.classList.add('no-click') | ||
} | ||
} | ||
@@ -240,0 +244,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
16690
936721
92