[reportlab-users] How to add two flowables horizontally

Suyash Gogte gogtesuyash at gmail.com
Wed Feb 11 07:34:46 EST 2009


thnks its working but can u plz tell me......how to align it means
for e.g

Global Data :


On Wed, Feb 11, 2009 at 5:03 PM, Wietse Jacobs <wietse.j at gmail.com> wrote:


> 2009/2/11 Suyash Gogte <gogtesuyash at gmail.com>:

> > i m adding one table of say 8 rows n piechart....but i want to add them

> on

> > my Doc horizontally ...means want to add them side by side or on same

> > line...

> > How can i do this...i m using Story object which has append method which

> > appends vertically....means

>

> You can put them both in a table with 1 row:

> story.append(Table([[chart_obj, table_obj]]), style=appropriate_style)

>

> --

> --Wietse

> _______________________________________________

> reportlab-users mailing list

> reportlab-users at reportlab.com

> http://two.pairlist.net/mailman/listinfo/reportlab-users

>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20090211/20ff835b/attachment.htm>


More information about the reportlab-users mailing list