In Flot.js, bar graphs and line graphs have numbers as the coordinates in the x and y axis by default.
How can you make the coordinates such that the numbers are only integers or at least only the integers are visible?
Looks like more recent versions of Flotr use a different option to control this since the original answer:
xaxis: {
tickDecimals: 0
}
Just supply an integer with the number of decimals to show.
NB: This is for Flotr2.