Open GoogleCodeExporter opened 8 years ago
Some fixes are required for this plugin to work (see attached patch):
1) do not add/subtract dx - it causes issues on grapths with multiple series
when some series do not start from x=0
2) $.extend shoud extend {} - not opts.series (in place) - this causes to
display trend only for last serie
3) minor: reuse n variable for length
Original comment by marooned...@gmail.com
on 5 Apr 2011 at 2:57
Attachments:
And one change more.
ns = $.extend(true, {}, opts.series, { data:[[x0,y0],[x1,y1]], label: 'trend',
bars: defaultOther, lines: defaultLine, points:defaultOther, color:
series[series.length-1].color } );
color: series[series.length-1].color
so trend has the same color as serie - even when some pervious series will be
disabled/hidden
Original comment by marooned...@gmail.com
on 5 Apr 2011 at 4:52
97804, and 96153 and
96154, respectively);
• Subsequent hospital care services
Original comment by bbell...@gmail.com
on 6 Apr 2011 at 9:27
Hi there!
I was looking at this, it's getting a bit complicated. I'm wondering why you
can't use processRawData? I think that generally, you'd probably want to access
cleaned data actually, but also have the data you insert go through the data
cleaner. We should possibly refactor the data stuff somewhat so one can control
it directly.
Original comment by olau%iol...@gtempaccount.com
on 8 Sep 2011 at 12:31
Original comment by dnsch...@gmail.com
on 23 May 2012 at 1:08
Original issue reported on code.google.com by
ricar...@gmail.com
on 4 Dec 2009 at 7:16Attachments: