Skip to content

Commit

Permalink
build - 3.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed May 25, 2022
1 parent c4e64c7 commit b316679
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/apexcharts.amd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/apexcharts.common.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/apexcharts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ApexCharts v3.35.2
* ApexCharts v3.35.3
* (c) 2018-2022 ApexCharts
* Released under the MIT License.
*/
Expand Down Expand Up @@ -1673,6 +1673,8 @@
if (Array.isArray(text)) {
elText = w.globals.dom.Paper.text(function (add) {
for (var i = 0; i < text.length; i++) {
truncatedText = text[i];

if (maxWidth) {
truncatedText = _this.getTextBasedOnMaxWidth(_objectSpread2({
text: text[i]
Expand Down
4 changes: 2 additions & 2 deletions dist/apexcharts.min.js

Large diffs are not rendered by default.

0 comments on commit b316679

Please sign in to comment.