I'm using jQuery Flot Charts in one of my projects and it works great. However the thing is that my x-axis has a lot of ticks (around 72) and I want to hide the labels for some of them keeping the ticks intact so just the dots on the line chart are visible. I've read the documentation and tried a lot of things (min, max, minTickSize, maxTickSize, etc.) but don't seem to find a solution.
Thanks.
maxTickSize
, there is no such option). – Raidriticks
array, all of that array is used. Try to remove every second entry from the array or something similar. – Raidri