B
Brent Stroh
I'm using the chart component on the server side to create a chart. I've got
a second chart component in the web page on the client, and I use Javascript
to retrieve the XMLData from the server side and load the client side.
The problem is that I get a blank chart on the client side. Looking at the
XML, it appears to contain references to data ranges in the spreadsheet, but
no data. Makes sense, since they're separate components on the server, I
suppose.
So, is there a way I can convince the chart to embed the spreadsheet data in
the XML? Or am I going to have to pass the spreadsheet back to a client-side
equivalent as well?
I know the chart is working, because I can return it as an image instead of
an XML data stream, and I get the expected results.
Thanks for any advice.
I ordered Alvin's OWC Black Book a few days ago, but I'm about a week from
getting it, apparently. Lulu is backlogged.
a second chart component in the web page on the client, and I use Javascript
to retrieve the XMLData from the server side and load the client side.
The problem is that I get a blank chart on the client side. Looking at the
XML, it appears to contain references to data ranges in the spreadsheet, but
no data. Makes sense, since they're separate components on the server, I
suppose.
So, is there a way I can convince the chart to embed the spreadsheet data in
the XML? Or am I going to have to pass the spreadsheet back to a client-side
equivalent as well?
I know the chart is working, because I can return it as an image instead of
an XML data stream, and I get the expected results.
Thanks for any advice.
I ordered Alvin's OWC Black Book a few days ago, but I'm about a week from
getting it, apparently. Lulu is backlogged.