js is a very good library, but I have a problem: in my graph each bar represents a value produced between two hours, but the tick text is below the bar and I want to get it between the bar !
my type of x-axis is "type: 'category'" data = ['x', '01:00', '02:00', '03:00', '04:00', '05:00', '06:00']
Can someone help me? Thank you in advance.
I have : http://hpics.li/9fc4863
I want : http://hpics.li/1fb1090
You could convert your x axis to a timeseries and have the values tagged to the actual midpoint of your hour ranges (12.30, 1.30...)
Fiddle - http://jsfiddle.net/v4z45zzj/