fix(echarts): increase default axis title margins to prevent label overlap (#39447)

This commit is contained in:
Enzo Martellucci
2026-04-22 14:23:48 +02:00
committed by GitHub
parent 44177b4e35
commit 1903b919d6
8 changed files with 17 additions and 17 deletions

View File

@@ -110,11 +110,11 @@ const formData: EchartsMixedTimeseriesFormData = {
truncateYAxisSecondary: false,
xAxisLabelRotation: 0,
xAxisTitle: '',
xAxisTitleMargin: 0,
xAxisTitleMargin: 40,
yAxisBounds: [undefined, undefined],
yAxisBoundsSecondary: [undefined, undefined],
yAxisTitle: '',
yAxisTitleMargin: 15,
yAxisTitleMargin: 50,
yAxisTitlePosition: '',
yAxisTitleSecondary: '',
zoomable: false,