Skip to content

Commit

Permalink
skip: 3.13.0-nightly-20241024004654 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Oct 24, 2024
1 parent 0c93e6e commit 39c3ca1
Show file tree
Hide file tree
Showing 42 changed files with 84 additions and 78 deletions.
10 changes: 6 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
*/
import { pointer, select, namespaces, selectAll } from 'd3-selection';
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
Expand Down Expand Up @@ -19099,7 +19099,9 @@ var shapeBar = {
clipPath = "0 0 ".concat(pos - init[1], "px 0");
}
}
d.clipPath = "inset(".concat(clipPath, ")");
if (clipPath) {
d.clipPath = "inset(".concat(clipPath, ")");
}
}
// path string data shouldn't be containing new line chars
// https://github.com/naver/billboard.js/issues/530
Expand Down Expand Up @@ -24607,7 +24609,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
*/
var bb = {
/**
Expand All @@ -24617,7 +24619,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.13.0-nightly-20241023004644",
version: "3.13.0-nightly-20241024004654",
/**
* 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -100,7 +100,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.13.0-nightly-20241023004644";
Plugin.version = "3.13.0-nightly-20241024004654";
return 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -443,7 +443,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.13.0-nightly-20241023004644";
Plugin.version = "3.13.0-nightly-20241024004654";
return 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -501,7 +501,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.13.0-nightly-20241023004644";
Plugin.version = "3.13.0-nightly-20241024004654";
return 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -290,7 +290,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.13.0-nightly-20241023004644";
Plugin.version = "3.13.0-nightly-20241024004654";
return 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -267,7 +267,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.13.0-nightly-20241023004644";
Plugin.version = "3.13.0-nightly-20241024004654";
return 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
*/
/*-- Chart --*/
.bb svg {
Expand Down
8 changes: 5 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -18463,7 +18463,9 @@ function getAttrTweenFn(fn) {
clipPath = `0 0 ${pos - init[1]}px 0`;
}
}
d.clipPath = `inset(${clipPath})`;
if (clipPath) {
d.clipPath = `inset(${clipPath})`;
}
}
const path = isRotated ? `H${pos} ${pathRadius[0]}V${points[2][indexY] - radius} ${pathRadius[1]}H${points[3][indexX]}` : `V${pos} ${pathRadius[0]}H${points[2][indexX] - radius} ${pathRadius[1]}V${points[3][indexY]}`;
return `M${points[0][indexX]},${points[0][indexY]}${path}z`;
Expand Down Expand Up @@ -21825,7 +21827,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.13.0-nightly-20241023004644",
version: "3.13.0-nightly-20241024004654",
/**
* 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.

6 changes: 3 additions & 3 deletions dist/billboard.min.js

Large diffs are not rendered by default.

8 changes: 5 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
*
* All-in-one packaged file for ease use of 'billboard.js' with dependant d3.js modules & polyfills.
* - @types/d3-selection ^3.0.11
Expand Down Expand Up @@ -44737,7 +44737,9 @@ function point_y(p) {
clipPath = `0 0 ${pos - init[1]}px 0`;
}
}
d.clipPath = `inset(${clipPath})`;
if (clipPath) {
d.clipPath = `inset(${clipPath})`;
}
}
const path = isRotated ? `H${pos} ${pathRadius[0]}V${points[2][indexY] - radius} ${pathRadius[1]}H${points[3][indexX]}` : `V${pos} ${pathRadius[0]}H${points[2][indexX] - radius} ${pathRadius[1]}V${points[3][indexY]}`;
return `M${points[0][indexX]},${points[0][indexY]}${path}z`;
Expand Down Expand Up @@ -48555,7 +48557,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.13.0-nightly-20241023004644",
version: "3.13.0-nightly-20241024004654",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
6 changes: 3 additions & 3 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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -135,7 +135,7 @@ class Plugin {
});
}
}
__publicField(Plugin, "version", "3.13.0-nightly-20241023004644");
__publicField(Plugin, "version", "3.13.0-nightly-20241024004654");

;// ./src/Plugin/bubblecompare/index.ts
var bubblecompare_defProp = Object.defineProperty;
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.13.0-nightly-20241023004644
* @version 3.13.0-nightly-20241024004654
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -802,7 +802,7 @@ class Plugin {
});
}
}
__publicField(Plugin, "version", "3.13.0-nightly-20241023004644");
__publicField(Plugin, "version", "3.13.0-nightly-20241024004654");

;// ./src/Plugin/sparkline/Options.ts
class Options {
Expand Down
Loading

0 comments on commit 39c3ca1

Please sign in to comment.