If I try setting the height
of the x-axis label, then the line chart( displayed using Flot) is getting hidden.
Why is this happening and what's the solution?
#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
}