Skip to content

Commit becfaea

Browse files
committed
release 3.6.1
1 parent d3b07b7 commit becfaea

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

dist/apexcharts.common.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ApexCharts v3.6.0
2+
* ApexCharts v3.6.1
33
* (c) 2018-2019 Juned Chhipa
44
* Released under the MIT License.
55
*/
@@ -11773,6 +11773,8 @@ function () {
1177311773
this.yAxisWidth = 0;
1177411774
this.xAxisHeight = 0;
1177511775
this.isSparkline = this.w.config.chart.sparkline.enabled;
11776+
this.xPadRight = 0;
11777+
this.xPadLeft = 0;
1177611778
this.isBarHorizontal = !!(this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.horizontal);
1177711779
}
1177811780
/**
@@ -12016,8 +12018,6 @@ function () {
1201612018
var _this = this;
1201712019

1201812020
var w = this.w;
12019-
this.xPadRight = 0;
12020-
this.xPadLeft = 0;
1202112021

1202212022
if (w.config.xaxis.type === 'category' && this.isBarHorizontal || w.config.xaxis.type === 'numeric') {
1202312023
var rightPad = function rightPad(labels) {

dist/apexcharts.esm.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ApexCharts v3.6.0
2+
* ApexCharts v3.6.1
33
* (c) 2018-2019 Juned Chhipa
44
* Released under the MIT License.
55
*/
@@ -11771,6 +11771,8 @@ function () {
1177111771
this.yAxisWidth = 0;
1177211772
this.xAxisHeight = 0;
1177311773
this.isSparkline = this.w.config.chart.sparkline.enabled;
11774+
this.xPadRight = 0;
11775+
this.xPadLeft = 0;
1177411776
this.isBarHorizontal = !!(this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.horizontal);
1177511777
}
1177611778
/**
@@ -12014,8 +12016,6 @@ function () {
1201412016
var _this = this;
1201512017

1201612018
var w = this.w;
12017-
this.xPadRight = 0;
12018-
this.xPadLeft = 0;
1201912019

1202012020
if (w.config.xaxis.type === 'category' && this.isBarHorizontal || w.config.xaxis.type === 'numeric') {
1202112021
var rightPad = function rightPad(labels) {

dist/apexcharts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ApexCharts v3.6.0
2+
* ApexCharts v3.6.1
33
* (c) 2018-2019 Juned Chhipa
44
* Released under the MIT License.
55
*/
@@ -11777,6 +11777,8 @@
1177711777
this.yAxisWidth = 0;
1177811778
this.xAxisHeight = 0;
1177911779
this.isSparkline = this.w.config.chart.sparkline.enabled;
11780+
this.xPadRight = 0;
11781+
this.xPadLeft = 0;
1178011782
this.isBarHorizontal = !!(this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.horizontal);
1178111783
}
1178211784
/**
@@ -12020,8 +12022,6 @@
1202012022
var _this = this;
1202112023

1202212024
var w = this.w;
12023-
this.xPadRight = 0;
12024-
this.xPadLeft = 0;
1202512025

1202612026
if (w.config.xaxis.type === 'category' && this.isBarHorizontal || w.config.xaxis.type === 'numeric') {
1202712027
var rightPad = function rightPad(labels) {

dist/apexcharts.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)