@luminati-io/uikit 1.7.28-beta.0 → 1.7.28-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uikit.umd.js +0 -7
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
|
@@ -18959,8 +18959,6 @@ var Bar = function Bar(props) {
|
|
|
18959
18959
|
Bar.displayName = 'Chart.Bar';
|
|
18960
18960
|
Bar.defaultProps = {
|
|
18961
18961
|
animated: true,
|
|
18962
|
-
showGridRows: true,
|
|
18963
|
-
showGridColumns: true,
|
|
18964
18962
|
orientation: 'vertical'
|
|
18965
18963
|
};
|
|
18966
18964
|
Bar.propTypes = {
|
|
@@ -19750,11 +19748,6 @@ var Tooltip = function Tooltip(props) {
|
|
|
19750
19748
|
var series = shared ? Object.keys(datumByKey !== null && datumByKey !== void 0 ? datumByKey : {}) : [nearestDatum === null || nearestDatum === void 0 ? void 0 : nearestDatum.key];
|
|
19751
19749
|
var xTickFormat = (_props$xTickFormat = props.xTickFormat) !== null && _props$xTickFormat !== void 0 ? _props$xTickFormat : defaultFormat;
|
|
19752
19750
|
var valueFormat = (_props$valueFormat = props.valueFormat) !== null && _props$valueFormat !== void 0 ? _props$valueFormat : defaultFormat;
|
|
19753
|
-
console.log(props, {
|
|
19754
|
-
series: series,
|
|
19755
|
-
nearestDatum: nearestDatum,
|
|
19756
|
-
datumByKey: datumByKey
|
|
19757
|
-
});
|
|
19758
19751
|
var getX = function getX(key, datum) {
|
|
19759
19752
|
return datum && xTickFormat((0,_data_util__WEBPACK_IMPORTED_MODULE_4__.getAccessor)(dataByKey[key].accessors.x)(datum));
|
|
19760
19753
|
};
|