@luminati-io/uikit 3.6.8 → 3.6.9
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.
|
@@ -29538,7 +29538,6 @@ var BarChart = function BarChart(props) {
|
|
|
29538
29538
|
id: "pattern_".concat(i)
|
|
29539
29539
|
}, barProps.pattern);
|
|
29540
29540
|
}).filter(Boolean);
|
|
29541
|
-
console.log('barPatterns', barPatterns);
|
|
29542
29541
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(XYChart, {
|
|
29543
29542
|
theme: chartTheme,
|
|
29544
29543
|
xScale: config.x,
|