我无法垂直设置刻度值(在右侧)
这是我的代码,但是右侧的所有刻度值都在一行中,而不是垂直
<YAxis
//title={'ZX'}
animation={animated && 'gentle'}
style={axisStyleWithTheme}
orientation={'right'}
right={50}
key="yright"
tickValues={['first, second']}
style={{
line: { stroke: 'transparent' },
ticks: { stroke: '#ADDDE1' },
text: { stroke: 'none', fill: '#fff', fontWeight: 600 }
}}
/>
您能帮我垂直设置刻度值吗?