jquery Programming Glossary: showgridline
jqPlot resizing http://stackoverflow.com/questions/10191122/jqplot-resizing tickInterval 86400000 32 3 renderer .jqplot.DateAxisRenderer borderColor 'black' borderWidth 0.5 tickOptions showGridline false formatString ' b Y' formatString ' Q' textColor 'black' fontSize '11px' yaxis min 0 tickOptions formatString..
JqPlot- How to decrease the width of grids and ticks http://stackoverflow.com/questions/19224816/jqplot-how-to-decrease-the-width-of-grids-and-ticks deploy barchart using jqplot. Now How to decrease the width of grids and ticks I have removed the gridline by setting showGridline to false But its still showing vertically. My screen. I want the x axis ticks to appear something like this. my js code... xaxis pad 1.05 renderer .jqplot.CategoryAxisRenderer ticks ticks yaxis pad 1.05 tickOptions formatString ' d' showGridline false May be someone can help javascript jquery jqplot bar chart share improve this question To remove the gridlines.. share improve this question To remove the gridlines apply below property on both x axis and y axis tickOptions showGridline false In you code you have set the barWidth to 15px. before drawing the graph please make sure the width of the div is no..
|