@lightdash/common 0.1370.1 → 0.1370.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.1",
3
+ "version": "0.1370.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [