I am a newbie to jqPlot
and I am currently using it to generate charts
based on some statistics. I would like to use the annotated timeline
for one of my charts. I found the plugin at https://bitbucket.org/j5bot/jqplot
. Is there any sample code to demonstrate this usage? I tried using it
in the series defaults options as:
seriesDefaults:
{renderer:annotatedTimelineRenderer}
But it doesn't seem to be working. Can someone please give an example of it's usage?
Thanks in advance.