|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/5/2008 2:35:07 PM
Posts: 1,
Visits: 1
|
|
I am using the below code to try to build my chart.string xmlString = gridRow.Cells[3].Text.ToString();return FusionCharts.RenderChart("/FusionCharts/Bar2D.swf", "", xmlString, "chart1", "600", "300", false, false);
When I do this, I get "No data to display". When I look at the source code, it looks like the < and > chars have been replaced and looks something like this /></dataset></chart> Is there a way around this?
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 1:31:05 AM
Posts: 677,
Visits: 1,081
|
|
| Hi, Could you please try using Server.HtmlDecode(xmlString) ? Please also check whether proper chart XML is being passed. If its only <dataset> no chart is going to rendered.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|