I took advantage of several points to implement this in part, based on the @DNS suggestions above. I did this without using any plugins, just magic with the fleet.
First, I created a gradient background image similar to the above (sorry for my poor gamma skills). Then I set it against the background of my place owner. Then I configured the grid options to push the xaxis shortcuts to the center of my div. Finally, I βbuiltβ a straight line.
$.plot("#placeholder", [ {data: [[260,0],[260,100]], color: 'black', lines: {lineWidth:4}} ],{ yaxis:{ show: false }, xaxis:{ min: 0, max: 400 }, grid: { show: true, borderWidth: 0, margin: {bottom: 90}, labelMargin: -90, color: 'white' } });
Work fiddle .
Result:

Mark
source share