oolib 2.197.3 → 2.197.4

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.
@@ -320,6 +320,7 @@ var BarChart = function (_a) {
320
320
  summarizeAfterIdx: summarizeAfterIdx,
321
321
  colorIdx: colorIdx
322
322
  }), data = _j.data, dataMaxValue = _j.dataMaxValue, dataToSummarize = _j.dataToSummarize;
323
+ console.log({ data: data, valuePath: valuePath });
323
324
  var _k = useDecideLegendOrientation({
324
325
  widthThreshold: 500
325
326
  }), vizWrapperRef = _k.vizWrapperRef, orientation = _k.orientation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.197.3",
3
+ "version": "2.197.4",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",