jsa
unread,Sep 9, 2009, 12:06:13 PM9/9/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flotr Javascript Plotting Library
Hi,
Hoping this is an easy question:
I'm trying to get Markers to work, but instead of the value
text being displayed , I get connected lines. Here's how I'm calling
the api:
Flotr.draw(
$('container'),
[
{data:d1, label:'l3 data', markers: { show: true,
position: 'cm' }},
],
{
yaxis:{ min: -1, max: 1 },
legend: {position: 'ne'},
selection: { mode: 'xy' },
}
Any suggestions?
Thanks,
JSA