Skip to content

Commit

Permalink
Deploying ec95d50 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-datavis[bot] committed Oct 10, 2023
1 parent a6fee42 commit 1069023
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@



window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.48f0c2ba.iframe.bundle.js"></script><script src="vendors~main.0e44fe6b.iframe.bundle.js"></script><script src="main.7866459e.iframe.bundle.js"></script></body></html>
window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.48f0c2ba.iframe.bundle.js"></script><script src="vendors~main.0e44fe6b.iframe.bundle.js"></script><script src="main.f64c8489.iframe.bundle.js"></script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -29295,12 +29295,11 @@ function maxOf(base, value) {
return typeof value === 'number' ? Math.max(value, base) : typeof value === 'string' ? value : base;
}

function getOutsideDimension(style) {
var _style$tickLine = style.tickLine,
visible = _style$tickLine.visible,
size = _style$tickLine.size,
strokeWidth = _style$tickLine.strokeWidth;
return visible && size > 0 && strokeWidth > 0 ? size : 0;
function getOutsideDimension(_ref4) {
var _ref4$tickLine = _ref4.tickLine,
visible = _ref4$tickLine.visible,
size = _ref4$tickLine.size;
return visible ? size : 0;
}
/**
* @internal
Expand Down Expand Up @@ -46538,8 +46537,6 @@ var panel_utils_1 = __webpack_require__(/*! ../../../common/panel_utils */ "../p
var common_1 = __webpack_require__(/*! ../../../utils/common */ "../packages/charts/src/utils/common.tsx");

var dimensions_1 = __webpack_require__(/*! ../../../utils/dimensions */ "../packages/charts/src/utils/dimensions.ts");

var line_1 = __webpack_require__(/*! ../renderer/canvas/primitives/line */ "../packages/charts/src/chart_types/xy_chart/renderer/canvas/primitives/line.ts");
/** @internal */


Expand Down Expand Up @@ -46766,10 +46763,8 @@ exports.getPosition = getPosition;
/** @internal */

function shouldShowTicks(_ref12, axisHidden) {
var visible = _ref12.visible,
strokeWidth = _ref12.strokeWidth,
size = _ref12.size;
return !axisHidden && visible && size > 0 && strokeWidth >= line_1.MIN_STROKE_WIDTH;
var visible = _ref12.visible;
return !axisHidden && visible;
}

exports.shouldShowTicks = shouldShowTicks;
Expand Down Expand Up @@ -155174,4 +155169,4 @@ module.exports = __webpack_require__(/*! /app/storybook/generated-stories-entry.
/***/ })

},[[0,"runtime~main","vendors~main"]]]);
//# sourceMappingURL=main.7866459e.iframe.bundle.js.map
//# sourceMappingURL=main.f64c8489.iframe.bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 1069023

Please sign in to comment.