apexcharts
Advanced tools
Comparing version 1.3.10 to 1.3.11
{ | ||
"name": "apexcharts", | ||
"description": "A JavaScript Chart Library", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"main": "dist/apexcharts.min.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -216,2 +216,3 @@ import Fill from '../modules/Fill' | ||
strokeWidth, | ||
strokeLineCap: w.config.stroke.lineCap, | ||
fill: pathFill, | ||
@@ -218,0 +219,0 @@ animationDelay: delay, |
@@ -196,2 +196,3 @@ import Bar from './Bar' | ||
strokeWidth: strokeWidth, | ||
strokeLineCap: w.config.stroke.lineCap, | ||
fill: pathFill, | ||
@@ -198,0 +199,0 @@ animationDelay: delay, |
@@ -299,2 +299,3 @@ import Graphics from '../modules/Graphics' | ||
strokeWidth: Array.isArray(w.config.stroke.width) ? w.config.stroke.width[realIndex] : w.config.stroke.width, | ||
strokeLineCap: w.config.stroke.lineCap, | ||
fill: 'none', | ||
@@ -326,2 +327,3 @@ animationDelay: i, | ||
strokeWidth: 0, | ||
strokeLineCap: null, | ||
fill: pathFill, | ||
@@ -328,0 +330,0 @@ animationDelay: i, |
@@ -171,2 +171,3 @@ import Utils from '../utils/Utils' | ||
strokeWidth, | ||
strokeLinecap, | ||
fill, | ||
@@ -212,3 +213,3 @@ animationDelay, | ||
classes: className, | ||
strokeLinecap: 'butt', | ||
strokeLinecap, | ||
strokeDashArray | ||
@@ -215,0 +216,0 @@ }) |
@@ -52,5 +52,5 @@ import Utils from './../../utils/Utils' | ||
maxValsInArrayIndex: 0, | ||
zoomEnabled: config.chart.toolbar.autoSelected === 'zoom', | ||
panEnabled: config.chart.toolbar.autoSelected === 'pan', | ||
selectionEnabled: config.chart.toolbar.autoSelected === 'selection', | ||
zoomEnabled: config.chart.toolbar.autoSelected === 'zoom' && config.chart.toolbar.tools.zoom && config.chart.zoom.enabled, | ||
panEnabled: config.chart.toolbar.autoSelected === 'pan' && config.chart.toolbar.tools.pan, | ||
selectionEnabled: config.chart.toolbar.autoSelected === 'selection' && config.chart.toolbar.tools.selection, | ||
yaxis: null, | ||
@@ -57,0 +57,0 @@ minY: Number.MIN_VALUE, // is 5e-324, i.e. the smallest positive number |
@@ -183,5 +183,2 @@ import DateTime from '../utils/DateTime' | ||
break | ||
default: | ||
shouldNotSkipUnit = false | ||
break | ||
} | ||
@@ -188,0 +185,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
16529
1282460