只是想让我的图看起来漂亮。我设法在x轴上旋转了标签,但是它们重叠在我的图形和x轴标题上。我不确定如何移动刻度线标签,以使其不位于我的图形上。任何帮助将不胜感激。
这是我的CSS代码:
#region svg g .x .tick text{
margin-top: 30px;
padding: 5;
transform: rotate(90deg) !important;
text-align: center;
margin-bottom: 40px;
}