Martin,
I have just seen FlotPanel css in flot source,
.FlotPanel {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
}
it's strange position:absolute is choosen due to which if i enclose
it with my div to control size,it is not possible..
it should have been position:relative,
or there is a better way?
--
regards,
Vineet Semwal
On Wed, Aug 26, 2009 at 5:13 PM, Martin Makundi <
[email protected]> wrote:
> duh.. could you provide a code example?
>
> **
> Martin
>
> 2009/8/26 vineet semwal <[email protected]>:
> > I am doing a timeseries chart .
> >
> > I am not able to control size of flotpanel even when i set width,height
> of
> > div.
> > also the time format specified is not working ,time axis has entries in
> > millisecs :(
> >
> >
> > --
> > regards,
> > Vineet Semwal
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>