如果我尝试设置height
x 轴标签,则折线图(使用Flot显示)将被隐藏。为什么会发生这种情况,解决方案是什么?
#placeholder .flot-text .xAxis .tickLabel{
color: #74878B;
display: inline-block;
font-size: 14px;
padding-right: 20px;
padding-top: 5px;
position: absolute !important;
text-align: center !important;
z-index: 0;
top:55px !important
}