css - Flot line chart getting hidden -


if try setting height of x-axis label, line chart( displayed using flot) getting hidden. why happening , what's 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 } 


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -