Skip to content

Commit

Permalink
release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Mar 10, 2019
1 parent d3b07b7 commit becfaea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions dist/apexcharts.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ApexCharts v3.6.0
* ApexCharts v3.6.1
* (c) 2018-2019 Juned Chhipa
* Released under the MIT License.
*/
Expand Down Expand Up @@ -11773,6 +11773,8 @@ function () {
this.yAxisWidth = 0;
this.xAxisHeight = 0;
this.isSparkline = this.w.config.chart.sparkline.enabled;
this.xPadRight = 0;
this.xPadLeft = 0;
this.isBarHorizontal = !!(this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.horizontal);
}
/**
Expand Down Expand Up @@ -12016,8 +12018,6 @@ function () {
var _this = this;

var w = this.w;
this.xPadRight = 0;
this.xPadLeft = 0;

if (w.config.xaxis.type === 'category' && this.isBarHorizontal || w.config.xaxis.type === 'numeric') {
var rightPad = function rightPad(labels) {
Expand Down
6 changes: 3 additions & 3 deletions dist/apexcharts.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ApexCharts v3.6.0
* ApexCharts v3.6.1
* (c) 2018-2019 Juned Chhipa
* Released under the MIT License.
*/
Expand Down Expand Up @@ -11771,6 +11771,8 @@ function () {
this.yAxisWidth = 0;
this.xAxisHeight = 0;
this.isSparkline = this.w.config.chart.sparkline.enabled;
this.xPadRight = 0;
this.xPadLeft = 0;
this.isBarHorizontal = !!(this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.horizontal);
}
/**
Expand Down Expand Up @@ -12014,8 +12016,6 @@ function () {
var _this = this;

var w = this.w;
this.xPadRight = 0;
this.xPadLeft = 0;

if (w.config.xaxis.type === 'category' && this.isBarHorizontal || w.config.xaxis.type === 'numeric') {
var rightPad = function rightPad(labels) {
Expand Down
6 changes: 3 additions & 3 deletions dist/apexcharts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ApexCharts v3.6.0
* ApexCharts v3.6.1
* (c) 2018-2019 Juned Chhipa
* Released under the MIT License.
*/
Expand Down Expand Up @@ -11777,6 +11777,8 @@
this.yAxisWidth = 0;
this.xAxisHeight = 0;
this.isSparkline = this.w.config.chart.sparkline.enabled;
this.xPadRight = 0;
this.xPadLeft = 0;
this.isBarHorizontal = !!(this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.horizontal);
}
/**
Expand Down Expand Up @@ -12020,8 +12022,6 @@
var _this = this;

var w = this.w;
this.xPadRight = 0;
this.xPadLeft = 0;

if (w.config.xaxis.type === 'category' && this.isBarHorizontal || w.config.xaxis.type === 'numeric') {
var rightPad = function rightPad(labels) {
Expand Down
4 changes: 2 additions & 2 deletions dist/apexcharts.min.js

Large diffs are not rendered by default.

0 comments on commit becfaea

Please sign in to comment.