Lars
> --
> You received this message because you are subscribed to the Google Groups
> "Choosel" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/choosel/-/P9BXlpPKvfkJ.
> To post to this group, send email to cho...@googlegroups.com.
> To unsubscribe from this group, send email to
> choosel+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/choosel?hl=en.
--
Lars Grammel
PhD Candidate, The CHISEL Group, University of Victoria
http://larsgrammel.de
http://twitter.com/lgrammel
Do you mean by auto-resize when the panel size changes or when the
content changes?Lars
On Thu, Apr 5, 2012 at 02:12, Nemanja Vukosavljevic <nema...@gmail.com> wrote:
> Hi to all,
>
> I was wondering if there is an implemented mechanism in Protovis-GWT that
> gives the possibility to automatically re-size the dendrogram.
>
> Any advice would be of much help. Thanks in advance.
>
> Cheers :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Choosel" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/choosel/-/P9BXlpPKvfkJ.
> To post to this group, send email to cho...@googlegroups.com.
> To unsubscribe from this group, send email to
> For more options, visit this group at
> http://groups.google.com/group/choosel?hl=en.
--
Lars Grammel
PhD Candidate, The CHISEL Group, University of Victoria
http://larsgrammel.de
http://twitter.com/lgrammel
Do you mean by auto-resize when the panel size changes or when the
content changes?Lars
On Thu, Apr 5, 2012 at 02:12, Nemanja Vukosavljevic <nema...@gmail.com> wrote:
> Hi to all,
>
> I was wondering if there is an implemented mechanism in Protovis-GWT that
> gives the possibility to automatically re-size the dendrogram.
>
> Any advice would be of much help. Thanks in advance.
>
> Cheers :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Choosel" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/choosel/-/P9BXlpPKvfkJ.
> To post to this group, send email to cho...@googlegroups.com.
> To unsubscribe from this group, send email to
> For more options, visit this group at
> http://groups.google.com/group/choosel?hl=en.
If you want to size the panel according the amount of data in your
tree, you could calculate an estimated width and height based on the
tree and set this on the panel.
If you want to size the visualization according to the panel size, you
could get the offset height/width from the surrounding div and use
that as width/height for the panel. You could also register a listener
on the surrounding div to update the size of the vis when the div size
changes.
Hope that helps,
Lars
>> > choosel+u...@googlegroups.com.
>> > choosel+u...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/choosel?hl=en.
>>
>> --
>> Lars Grammel
>> PhD Candidate, The CHISEL Group, University of Victoria
>> http://larsgrammel.de
>> http://twitter.com/lgrammel
>
> --
> You received this message because you are subscribed to the Google Groups
> "Choosel" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/choosel/-/eiYV-jpt1D4J.
>
> To post to this group, send email to cho...@googlegroups.com.
> To unsubscribe from this group, send email to
> choosel+u...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/choosel?hl=en.
>>
>> --
>> Lars Grammel
>> PhD Candidate, The CHISEL Group, University of Victoria
>> http://larsgrammel.de
>> http://twitter.com/lgrammel
>
> --
> You received this message because you are subscribed to the Google Groups
> "Choosel" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/choosel/-/eiYV-jpt1D4J.
>
> To post to this group, send email to cho...@googlegroups.com.
> To unsubscribe from this group, send email to
> For more options, visit this group at
> http://groups.google.com/group/choosel?hl=en.