如何在react vis库中垂直设置tickValues?

时间:2019-06-17 08:42:45

标签: react-vis

我无法垂直设置刻度值(在右侧)

这是我的代码,但是右侧的所有刻度值都在一行中,而不是垂直

                   <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 }
                    }}
                    />

enter image description here

您能帮我垂直设置刻度值吗?

0 个答案:

没有答案