I have small issue. I have jqx line chart, values for xAxis are fixed [0.1, 0.25, 0.5, 1, 2, 4] in json source file for every series displayed on valueAxis.
I was not able to show labels, gridlines on xAcis only for these values. Setting unitInterval is not doing job because my values are not symmetric as you could see from the fixed array defined above. Any ideas would be appreciated.
Thanks