I use RickShaw for Graphics, but I need make a few anotattion on X axis for my graphics, I use the next:
var annotator = new Rickshaw.Graph.Annotate({
graph: graph,
element: document.getElementById('timeline')
});
annotator.add(timestamp, message)
with rickshaw d3.v2.js.
But it doesnt work!