apexcharts
Advanced tools
Comparing version 3.36.1 to 3.36.2
{ | ||
"name": "apexcharts", | ||
"version": "3.36.1", | ||
"version": "3.36.2", | ||
"description": "A JavaScript Chart Library", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -305,4 +305,7 @@ import Annotations from './modules/annotations/Annotations' | ||
} | ||
w.globals.dom.elGraphical.add(elgrid.elGridBorders) | ||
if (elgrid && elgrid.elGridBorders && elgrid.elGridBorders.node) { | ||
w.globals.dom.elGraphical.add(elgrid.elGridBorders) | ||
} | ||
if (w.config.xaxis.crosshairs.position === 'front') { | ||
@@ -309,0 +312,0 @@ me.crosshairs.drawXCrosshairs() |
@@ -460,2 +460,3 @@ import CoreUtils from '../CoreUtils' | ||
this.elgridLinesH.hide() | ||
this.elGridBorders.hide() | ||
} | ||
@@ -462,0 +463,0 @@ |
@@ -315,3 +315,6 @@ import Graphics from './Graphics' | ||
if (fillConfig) { | ||
fillCnf = fillConfig | ||
fillCnf = { | ||
...fillCnf, | ||
...fillConfig | ||
} | ||
} | ||
@@ -318,0 +321,0 @@ const opts = this.opts |
Sorry, the diff of this file is too big to display
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
69187
4274519