Skip to content

Commit

Permalink
fix: yAxis label collides with yAxis name #2471
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuralidharreddy authored and corteggiano committed Jan 31, 2024
1 parent 9f6440e commit 85ac6ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ export const convertYAxis = (
formatter: (value: number) => `${round(value, significantDigits)}`,
},
nameLocation: 'middle',
nameGap: 30,
//TODO: Increased nameGap to solve label collides with y-axis issue, but the issue is in echarts and waiting for this(https://github.com/apache/echarts/issues/9265) CR to be merged from echart team.
nameGap: 38,
});

0 comments on commit 85ac6ac

Please sign in to comment.