Hi,
I am doing as below to display multiple charts (Multi-Series Stacked Column chart) using ASP.NET 2.0 & VB.NET.
In HTML Page, I am calling server side procedures as follows:
<%=GenerateReport1()%>
<%=GenerateReport2()%>
In each of these functions, I am declaring xmlData as string and getting data from database and passing them onto FusionCharts.RenderChart function. For both charts I am using different xmlData variable & chartIds.
What is happening is the 2nd chart is being displayed in place of first chart and 2nd chart doesn't display at all. But when there is no data for both charts, then i am displaying a message as " no data found / uploaded for the current week", which gets displayed correctly.
Any ideas to fix this issue?
Regards,
Sudhakara.T.P.