Re: [PHP] How to define a data range for graphing?

2010-12-17 Thread Peter Lind
On Friday, 17 December 2010, Simon J Welsh wrote: > On 18/12/2010, at 8:45 AM, Brian Dunning wrote: > >> Hey all - >> >> I'm trying to provide reporting to users of our widget. Some may get 0 to 5 >> hits a day; others may get up to 10,000 hits a day. I need to define the >> range of the graph (

Re: [PHP] How to define a data range for graphing?

2010-12-17 Thread Simon J Welsh
On 18/12/2010, at 8:45 AM, Brian Dunning wrote: > Hey all - > > I'm trying to provide reporting to users of our widget. Some may get 0 to 5 > hits a day; others may get up to 10,000 hits a day. I need to define the > range of the graph (using one of Google's). If their max day is 7, I'd like >

[PHP] How to define a data range for graphing?

2010-12-17 Thread Brian Dunning
Hey all - I'm trying to provide reporting to users of our widget. Some may get 0 to 5 hits a day; others may get up to 10,000 hits a day. I need to define the range of the graph (using one of Google's). If their max day is 7, I'd like the graph to go from 0 to 10. If their max day is 5678, I'd