Currently the Y axis labels are align with the "axisLine":
Is there a way to make them row centered like in the photo:
Default example of scatter chart: https://echarts.apache.org/examples/en/editor.html?c=scatter-simple
I found the solution for my problem when I changed the yAxis type to "category":
yAxis: {type:"category"}