Skip to content

Commit

Permalink
skip: 3.10.0-nightly-20231027004619 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Oct 27, 2023
1 parent b2d1a9b commit f781a8f
Show file tree
Hide file tree
Showing 42 changed files with 84 additions and 82 deletions.
12 changes: 6 additions & 6 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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
*/
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
import { pointer, select, namespaces, selectAll } from 'd3-selection';
Expand Down Expand Up @@ -7470,15 +7470,15 @@ var size = {
},
getSvgLeft: function (withoutRecompute) {
var $$ = this;
var config = $$.config, $el = $$.$el;
var config = $$.config, hasAxis = $$.state.hasAxis, $el = $$.$el;
var isRotated = config.axis_rotated;
var hasLeftAxisRect = isRotated || (!isRotated && !config.axis_y_inner);
var leftAxisClass = isRotated ? $AXIS.axisX : $AXIS.axisY;
var leftAxis = $el.main.select(".".concat(leftAxisClass)).node();
var leftLabel = config["axis_".concat(isRotated ? "x" : "y", "_label")];
var leftLabel = hasAxis && config["axis_".concat(isRotated ? "x" : "y", "_label")];
var labelWidth = 0;
// if axis label position set to inner, exclude from the value
if (isString(leftLabel) || isString(leftLabel.text) || /^inner-/.test(leftLabel === null || leftLabel === void 0 ? void 0 : leftLabel.position)) {
if (hasAxis && (isString(leftLabel) || isString(leftLabel.text) || /^inner-/.test(leftLabel === null || leftLabel === void 0 ? void 0 : leftLabel.position))) {
var label = $el.main.select(".".concat(leftAxisClass, "-label"));
if (!label.empty()) {
labelWidth = label.node().getBoundingClientRect().left;
Expand Down Expand Up @@ -23021,7 +23021,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.10.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
*/
var bb = {
/**
Expand All @@ -23031,7 +23031,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.0-nightly-20231026004618",
version: "3.10.0-nightly-20231027004619",
/**
* 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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
* @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.0-nightly-20231026004618";
Plugin.version = "3.10.0-nightly-20231027004619";
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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
* @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.0-nightly-20231026004618";
Plugin.version = "3.10.0-nightly-20231027004619";
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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
* @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.0-nightly-20231026004618";
Plugin.version = "3.10.0-nightly-20231027004619";
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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
* @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.0-nightly-20231026004618";
Plugin.version = "3.10.0-nightly-20231027004619";
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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
* @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.0-nightly-20231026004618";
Plugin.version = "3.10.0-nightly-20231027004619";
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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
*/
/*-- Chart --*/
.bb svg {
Expand Down
11 changes: 6 additions & 5 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.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -8662,16 +8662,17 @@ function getGroupedDataPointsFn(d) {
getSvgLeft: function getSvgLeft(withoutRecompute) {
const $$ = this,
config = $$.config,
hasAxis = $$.state.hasAxis,
$el = $$.$el,
isRotated = config.axis_rotated,
hasLeftAxisRect = isRotated || !isRotated && !config.axis_y_inner,
leftAxisClass = isRotated ? $AXIS.axisX : $AXIS.axisY,
leftAxis = $el.main.select("." + leftAxisClass).node(),
leftLabel = config["axis_" + (isRotated ? "x" : "y") + "_label"];
leftLabel = hasAxis && config["axis_" + (isRotated ? "x" : "y") + "_label"];
let labelWidth = 0;

// if axis label position set to inner, exclude from the value
if (isString(leftLabel) || isString(leftLabel.text) || /^inner-/.test(leftLabel == null ? void 0 : leftLabel.position)) {
if (hasAxis && (isString(leftLabel) || isString(leftLabel.text) || /^inner-/.test(leftLabel == null ? void 0 : leftLabel.position))) {
const label = $el.main.select("." + leftAxisClass + "-label");
if (!label.empty()) {
labelWidth = label.node().getBoundingClientRect().left;
Expand Down Expand Up @@ -25542,7 +25543,7 @@ let _defaults = {};

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

11 changes: 6 additions & 5 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.10.0-nightly-20231026004618
* @version 3.10.0-nightly-20231027004619
*
* 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 @@ -34825,16 +34825,17 @@ function getGroupedDataPointsFn(d) {
getSvgLeft: function getSvgLeft(withoutRecompute) {
const $$ = this,
config = $$.config,
hasAxis = $$.state.hasAxis,
$el = $$.$el,
isRotated = config.axis_rotated,
hasLeftAxisRect = isRotated || !isRotated && !config.axis_y_inner,
leftAxisClass = isRotated ? $AXIS.axisX : $AXIS.axisY,
leftAxis = $el.main.select("." + leftAxisClass).node(),
leftLabel = config["axis_" + (isRotated ? "x" : "y") + "_label"];
leftLabel = hasAxis && config["axis_" + (isRotated ? "x" : "y") + "_label"];
let labelWidth = 0;

// if axis label position set to inner, exclude from the value
if (isString(leftLabel) || isString(leftLabel.text) || /^inner-/.test(leftLabel == null ? void 0 : leftLabel.position)) {
if (hasAxis && (isString(leftLabel) || isString(leftLabel.text) || /^inner-/.test(leftLabel == null ? void 0 : leftLabel.position))) {
const label = $el.main.select("." + leftAxisClass + "-label");
if (!label.empty()) {
labelWidth = label.node().getBoundingClientRect().left;
Expand Down Expand Up @@ -53626,7 +53627,7 @@ let _defaults = {};

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

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

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

0 comments on commit f781a8f

Please sign in to comment.