Skip to content

Commit

Permalink
skip: 3.10.2-nightly-20231108004613 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Nov 8, 2023
1 parent 3f0689d commit de5b8a1
Show file tree
Hide file tree
Showing 42 changed files with 106 additions and 82 deletions.
18 changes: 14 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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*/
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
import { pointer, select, namespaces, selectAll } from 'd3-selection';
Expand Down Expand Up @@ -5800,7 +5800,17 @@ var format = {
dataLabelFormat: function (targetId) {
var $$ = this;
var dataLabels = $$.config.data_labels;
var defaultFormat = function (v) { return (isArray(v) ? v.join("~") : (isValue(v) ? +v : "")); };
var defaultFormat = function (v) {
var delimiter = "~";
var res = v;
if (isArray(v)) {
res = v.join(delimiter);
}
else if (isObject(v)) {
res = Object.values(v).join(delimiter);
}
return res;
};
var format = defaultFormat;
// find format according to axis id
if (isFunction(dataLabels.format)) {
Expand Down Expand Up @@ -23027,7 +23037,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*/
var bb = {
/**
Expand All @@ -23037,7 +23047,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.2-nightly-20231107004654",
version: "3.10.2-nightly-20231108004613",
/**
* 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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @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.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";
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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @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.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";
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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -493,7 +493,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";
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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @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.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";
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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -269,7 +269,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";
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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*/
/*-- Chart --*/
.bb svg {
Expand Down
15 changes: 11 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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -6809,7 +6809,14 @@ function getFormat($$, typeValue, v) {
dataLabels = $$.config.data_labels,
defaultFormat = function (v) {
_newArrowCheck(this, _this);
return isArray(v) ? v.join("~") : isValue(v) ? +v : "";
const delimiter = "~";
let res = v;
if (isArray(v)) {
res = v.join(delimiter);
} else if (isObject(v)) {
res = Object.values(v).join(delimiter);
}
return res;
}.bind(this);
let format = defaultFormat;

Expand Down Expand Up @@ -25556,7 +25563,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*/
const bb = {
/**
Expand All @@ -25566,7 +25573,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.2-nightly-20231107004654",
version: "3.10.2-nightly-20231108004613",
/**
* 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.

19 changes: 13 additions & 6 deletions dist/billboard.pkgd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*
* All-in-one packaged file for ease use of 'billboard.js' with dependant d3.js modules & polyfills.
* - @types/d3-selection ^3.0.8
* - @types/d3-transition ^3.0.6
* - @types/d3-selection ^3.0.9
* - @types/d3-transition ^3.0.7
* - d3-axis ^3.0.0
* - d3-brush ^3.0.0
* - d3-drag ^3.0.0
Expand Down Expand Up @@ -30642,7 +30642,14 @@ function getFormat($$, typeValue, v) {
dataLabels = $$.config.data_labels,
defaultFormat = function (v) {
_newArrowCheck(this, _this);
return isArray(v) ? v.join("~") : isValue(v) ? +v : "";
const delimiter = "~";
let res = v;
if (isArray(v)) {
res = v.join(delimiter);
} else if (isObject(v)) {
res = Object.values(v).join(delimiter);
}
return res;
}.bind(this);
let format = defaultFormat;

Expand Down Expand Up @@ -53479,7 +53486,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
*/
const bb = {
/**
Expand All @@ -53489,7 +53496,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.2-nightly-20231107004654",
version: "3.10.2-nightly-20231108004613",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
8 changes: 4 additions & 4 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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -186,7 +186,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";

;// 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.10.2-nightly-20231107004654
* @version 3.10.2-nightly-20231108004613
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -401,7 +401,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.10.2-nightly-20231107004654";
Plugin.version = "3.10.2-nightly-20231108004613";

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

0 comments on commit de5b8a1

Please sign in to comment.