arathi wrote:
> Hello,
>
> On a single page, I would like to display table (about 10 rows) and pie
> chart side by side.
> I tried to adjust the width and height.. There is a overlap
You are mixing "document.add();" with "writing to the direct content".
You shouldn't do that!
> Is there a way to
Hello,
On a single page, I would like to display table (about 10 rows) and pie
chart side by side.
I tried to adjust the width and height.. There is a overlap
Is there a way to divide the page on the left add the table and right add
the corresponding chart.
Any help is appreciated..