RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
Subject: RE: [flexcoders] Charting 1 minute data over 1 year Just a thought but if you are limited by pixels maybe you can make pixel represent a subset of data. Then if you can use that subset to test for outliers at certain deviations you color it differently then a red dot needs further review

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
groups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of Doug McCune Sent: Friday, 30 January 2009 1:43 p.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year Hey Mark, This might be out of the question due to client restrictions, but I'd be very

Re: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Doug McCune
; -Original Message- > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]*on > Behalf Of *Doug McCune > *Sent:* Friday, 30 January 2009 12:34 p.m. > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Charting 1 minute data over 1 year > >

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
@yahoogroups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of Doug McCune Sent: Friday, 30 January 2009 12:34 p.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year What if you aggregate your data by some amount (say the maximum resolution you can display on

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
, 30 January 2009 12:27 p.m. To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Charting 1 minute data over 1 year How about, on the main graph, showing the raw data as limited by the slider, but on the slider, show points that average over some period of time, combined with a

Re: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Doug McCune
an ability to zoom in on any single section fairly easily. > > -- > Maciek Sakrejda > Truviso, Inc. > http://www.truviso.com > > -Original Message- > From: Mark Easton > > Reply-To: flexcoders@yahoogroups.com > To: flexcoders@yahoogroups.com > Subject: RE: [fl

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Maciek Sakrejda
-Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]on Behalf Of Maciek Sakrejda Sent: Friday, 30 January 2009 11:21 a.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year

RE: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Mark Easton
...@yahoogroups.com]on Behalf Of Maciek Sakrejda Sent: Friday, 30 January 2009 11:21 a.m. To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Charting 1 minute data over 1 year Have you suggested a thumbnail slider solution à la Google Finance (say, like here: http://www.meutzner.com/blog

Re: [flexcoders] Charting 1 minute data over 1 year

2009-01-29 Thread Maciek Sakrejda
Have you suggested a thumbnail slider solution à la Google Finance (say, like here: http://www.meutzner.com/blog/index.cfm/2007/6/15/Google-Finance-with-Flex-from-Silvafug-last-night )? We've implemented something similar, and it works quite well. I can't share our implementation, but the example