Multiple charts with .binarywrite? OWC10

C

Chad

I am working server-side to create 2 pie charts
using .binarywrite using the example in the owc tookit
help.

I am not using the .hasmultiplecharts way of creating the
charts, rather creating each separately. But...When I
binarywrite the image, it will only show the last pie
chart on the html page.

Why doesn't it show 2 charts like I specified? When I
comment out the code for one or the other pie chart, it
will show the one correctly.

Please help!

Thanks
 
Top