@lightdash/common 0.1370.0 → 0.1370.2

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.
@@ -316,6 +316,9 @@ class CartesianChartDataModel {
316
316
  position: seriesValueLabelPosition,
317
317
  }
318
318
  : undefined,
319
+ labelLayout: {
320
+ hideOverlap: true,
321
+ },
319
322
  color: seriesColor ||
320
323
  CartesianChartDataModel.getDefaultColor(index, orgColors),
321
324
  // this.getSeriesColor( seriesColumn, possibleXAxisValues, orgColors),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1370.0",
3
+ "version": "0.1370.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [