@lightdash/common 0.1370.1 → 0.1371.0
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),
|