Skip to content

Commit

Permalink
skip: 3.10.0-nightly-20231026004618 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Oct 26, 2023
1 parent 8c16d1d commit 01ae4ae
Show file tree
Hide file tree
Showing 40 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*/
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
import { pointer, select, namespaces, selectAll } from 'd3-selection';
Expand Down Expand Up @@ -23021,7 +23021,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.9.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*/
var bb = {
/**
Expand All @@ -23031,7 +23031,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.9.4-nightly-20231025004610",
version: "3.10.0-nightly-20231026004618",
/**
* 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";
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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";
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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.9.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
6 changes: 3 additions & 3 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down Expand Up @@ -225,7 +225,7 @@ var Options = /** @class */ (function () {
updateOnToggle: true,
/**
* Set how null value to be shown.
* @name showNulls
* @name nullString
* @memberof plugin-tableview
* @type {string}
* @default "-"
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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.9.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";
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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*/
/*-- Chart --*/
.bb svg {
Expand Down
6 changes: 3 additions & 3 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -25542,7 +25542,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.9.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*/
const bb = {
/**
Expand All @@ -25552,7 +25552,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.9.4-nightly-20231025004610",
version: "3.10.0-nightly-20231026004618",
/**
* 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.

6 changes: 3 additions & 3 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*
* All-in-one packaged file for ease use of 'billboard.js' with dependant d3.js modules & polyfills.
* - @types/d3-selection ^3.0.8
Expand Down Expand Up @@ -53626,7 +53626,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.9.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
*/
const bb = {
/**
Expand All @@ -53636,7 +53636,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.9.4-nightly-20231025004610",
version: "3.10.0-nightly-20231026004618",
/**
* 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";

;// 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.4-nightly-20231025004610
* @version 3.10.0-nightly-20231026004618
* @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.4-nightly-20231025004610";
Plugin.version = "3.10.0-nightly-20231026004618";

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

0 comments on commit 01ae4ae

Please sign in to comment.