How do I control the tick label size in flot?

It doesn't appear you can set the font size via the API, but you can use css to set the size of the tick labels.

It doesn't appear you can set the font size via the API, but you can use css to set the size of the tick labels. . TickLabel { font-size: 80% }.

Yeah I discovered this myself but forgot to followup by closing this question. The CSS changes have some "interesting" effects in IE when zooming a page up to say 120% unfortunately - though IE isn't a great candidate for flot at the best of times really! Thanks for the confirmation!

– Bittercoder Mar 21 '09 at 21:51.

The above two answers won't work on the latest version of flot, as they no longer use 'real' text (the text is drawn instead). Instead specify these options: {xaxis: {font: size: some_number}, yaxis: {font: size: some_number}} (replace some_number with the desired size in points).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions