Skip to content

Commit

Permalink
skip: 3.9.3-nightly-20230822004557 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Aug 22, 2023
1 parent eeea757 commit 690988b
Show file tree
Hide file tree
Showing 28 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions dist-esm/billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*/
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
import { pointer, select, namespaces, selectAll } from 'd3-selection';
Expand Down Expand Up @@ -4074,7 +4074,7 @@ var data$1 = {
* @private
*/
getMaxDataCount: function () {
return Math.max.apply(Math, this.data.targets.map(function (t) { return t.values.length; }));
return Math.max.apply(Math, __spreadArray(__spreadArray([], this.data.targets.map(function (t) { return t.values.length; }), false), [0], false));
},
getMaxDataCountTarget: function () {
var target = this.filterTargetsToShow() || [];
Expand Down Expand Up @@ -22854,7 +22854,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*/
var bb = {
/**
Expand All @@ -22864,7 +22864,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.9.3-nightly-20230819004547",
version: "3.9.3-nightly-20230822004557",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-bubblecompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -104,7 +104,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-sparkline.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -279,7 +279,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-stanford.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -487,7 +487,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-tableview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -121,7 +121,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-textoverlap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -263,7 +263,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
2 changes: 1 addition & 1 deletion dist/billboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*/
/*-- Chart --*/
.bb svg {
Expand Down
8 changes: 4 additions & 4 deletions dist/billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -4769,7 +4769,7 @@ function getDataKeyForJson(keysParam, config) {
return Math.max.apply(Math, this.data.targets.map(function (t) {
_newArrowCheck(this, _this17);
return t.values.length;
}.bind(this)));
}.bind(this)).concat([0]));
},
getMaxDataCountTarget: function getMaxDataCountTarget() {
var _this18 = this;
Expand Down Expand Up @@ -25365,7 +25365,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*/
const bb = {
/**
Expand All @@ -25375,7 +25375,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.9.3-nightly-20230819004547",
version: "3.9.3-nightly-20230822004557",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
2 changes: 1 addition & 1 deletion dist/billboard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/billboard.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/billboard.pkgd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*
* All-in-one packaged file for ease use of 'billboard.js' with dependant d3.js modules & polyfills.
* - @types/d3-selection ^3.0.5
Expand Down Expand Up @@ -28042,7 +28042,7 @@ function getDataKeyForJson(keysParam, config) {
return Math.max.apply(Math, this.data.targets.map(function (t) {
_newArrowCheck(this, _this17);
return t.values.length;
}.bind(this)));
}.bind(this)).concat([0]));
},
getMaxDataCountTarget: function getMaxDataCountTarget() {
var _this18 = this;
Expand Down Expand Up @@ -53263,7 +53263,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
*/
const bb = {
/**
Expand All @@ -53273,7 +53273,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.9.3-nightly-20230819004547",
version: "3.9.3-nightly-20230822004557",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
4 changes: 2 additions & 2 deletions dist/billboard.pkgd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin/billboardjs-plugin-bubblecompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -186,7 +186,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";

;// CONCATENATED MODULE: ./src/Plugin/bubblecompare/index.ts

Expand Down
4 changes: 2 additions & 2 deletions dist/plugin/billboardjs-plugin-bubblecompare.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/plugin/billboardjs-plugin-sparkline.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.9.3-nightly-20230819004547
* @version 3.9.3-nightly-20230822004557
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -401,7 +401,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.9.3-nightly-20230819004547";
Plugin.version = "3.9.3-nightly-20230822004557";

;// CONCATENATED MODULE: ./src/Plugin/sparkline/Options.ts
/**
Expand Down
Loading

0 comments on commit 690988b

Please sign in to comment.