fix(charts): set reasonable default y-axis title margin to prevent label overlap (#38389)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit fe7f220c21)
This commit is contained in:
Amin Ghadersohi
2026-03-10 19:09:09 +01:00
committed by Michael S. Molina
parent 88195cdb54
commit ec8177fe15
4 changed files with 4 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ const formData: EchartsMixedTimeseriesFormData = {
yAxisBounds: [undefined, undefined],
yAxisBoundsSecondary: [undefined, undefined],
yAxisTitle: '',
yAxisTitleMargin: 0,
yAxisTitleMargin: 15,
yAxisTitlePosition: '',
yAxisTitleSecondary: '',
zoomable: false,