File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 11/*!
2- * ApexCharts v3.6.0
2+ * ApexCharts v3.6.1
33 * (c) 2018-2019 Juned Chhipa
44 * Released under the MIT License.
55 */
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 /**
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) {
You can’t perform that action at this time.
0 commit comments