Maithree Duggirala Report post Posted December 7, 2010 How do i use Fusion Charts in a custom Dot net nuke module? Does fusion chart support this? Share this post Link to post Share on other sites
LordLoxley Report post Posted March 4, 2011 (edited) Yes it works. I've been able to render any map and chart. I dropped the relative URL's and use ApplicationPath like this: Dim mapHTML As String = FusionMaps.RenderMap(Request.ApplicationPath + "/Maps/FCMap_World.swf", dataURL, "", "mapid", "670", "350", False, False) And remember to the JS <script language="Javascript" src="<%=Request.ApplicationPath %>/JS/FusionMaps.js"></script> and also the DataGen.aspx path: (using the dataurl method form the FCharts DB examples) dataURL = Server.UrlEncode(Request.ApplicationPath + "/DashboardData/DataGen.aspx?op=GetMapDetails" My only issue now is drilldown. I'm not a DNN expert, in fact I'm not even a newbie, I'm using it just because a client uses it. (this is my first contact with DNN) I have NO idea on how to provide the current tab id (DNN), module id (DNN) or the current Tab(Telerik Rad Tabs) Maybe this is not the forum but if someone out there knows plz share. Edited March 4, 2011 by LordLoxley Share this post Link to post Share on other sites