You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by vineet semwal <vi...@gmail.com> on 2009/08/26 12:57:41 UTC

flot problem

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

Re: flot problem

Posted by vineet semwal <vi...@gmail.com>.
the graph image generated by flot is big ,i want  to control it's size say
of size width:200px ,height:100px

-- 
regards,
Vineet Semwal

On Wed, Aug 26, 2009 at 7:36 PM, Martin Makundi <
martin.makundi@koodaripalvelut.com> wrote:

> What are you trying to accomplish?
>
> There are a lot of css positioning tutorials out there.. if you need a
> layout manager, try Swit:
>
> * http://swit.kornr.net/Quickstart
>
> **
> Martin
>
> 2009/8/26 vineet semwal <vi...@gmail.com>:
> > 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 <
> > martin.makundi@koodaripalvelut.com> wrote:
> >
> >> duh.. could you provide a code example?
> >>
> >> **
> >> Martin
> >>
> >> 2009/8/26 vineet semwal <vi...@gmail.com>:
> >> > 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: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: flot problem

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
What are you trying to accomplish?

There are a lot of css positioning tutorials out there.. if you need a
layout manager, try Swit:

* http://swit.kornr.net/Quickstart

**
Martin

2009/8/26 vineet semwal <vi...@gmail.com>:
> 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 <
> martin.makundi@koodaripalvelut.com> wrote:
>
>> duh.. could you provide a code example?
>>
>> **
>> Martin
>>
>> 2009/8/26 vineet semwal <vi...@gmail.com>:
>> > 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: flot problem

Posted by vineet semwal <vi...@gmail.com>.
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 <
martin.makundi@koodaripalvelut.com> wrote:

> duh.. could you provide a code example?
>
> **
> Martin
>
> 2009/8/26 vineet semwal <vi...@gmail.com>:
> > 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: flot problem

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
duh.. could you provide a code example?

**
Martin

2009/8/26 vineet semwal <vi...@gmail.com>:
> 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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org