tester82
Members-
Content count
22 -
Joined
-
Last visited
About tester82
-
Rank
Junior Member
-
Is the font family "Roboto" supported?
-
Hi Is it possible or has anyone ever removed category data similar to how they remove data dynamically in this example: http://www.fusioncharts.com/explore/client-side-data-update/ Instead of removing a whole dataset I would like to remove just one category and value with javascript Thanks
-
Export server and client side without re render of chart
tester82 replied to tester82's topic in FusionCharts and ASP.NET
I am going with option b exporting the chart to both server and client side and while exporting the chart gets re-renderd and which is why the exporting functionality does not work? Is there a way to export both server and client side without re rendering the chart?? -
Export server and client side without re render of chart
tester82 posted a topic in FusionCharts and ASP.NET
Is it possible to allow an export server side and client side without re rendering the chart. I need to give the user the option to render the chart client side or server side and when I re render the chart it doesnt seem to work. -
I have looked in the "SWFObject.js" file. Can you tell me where it does the conversion from pasting in excel text to converting to xml in that file?? I do not see it.
-
I have downloaded it. There is nothing really in that folder other than the xmlgen.swf which doesnt help because it is a flash file and the swfobject.js which doesn't really do anything. I would like to just see how you convert from pasting in excel and converting to fusionchart xml through the xml generator utility?
-
Is there anyway to view the code for the xmlgenerator after we buy the license? I would like to expand on it a little bit.
-
Is there anyway we can view the code used to do the conversion from excel grid to chart data in the XML generator Utility. I am building an application and would like leverage that.
-
I am having the same issue as the person above. Did this ever get solved??
-
Is Fusinmaps responsive to window resizing
tester82 replied to tester82's topic in Using FusionMaps XT
Works great on chrome however doesnt seem to be working with IE 8. Is it not compatiable? -
Is Fusinmaps responsive to window resizing
tester82 replied to tester82's topic in Using FusionMaps XT
So not the entire width of the page but resize the mapdiv to fit the browser....I still have to display my header and footer on the page along with the map -
Is Fusinmaps responsive to window resizing
tester82 replied to tester82's topic in Using FusionMaps XT
Well it is not the only thing on the page. But yes very similar to how that chart is getting resized. How can I do it? -
Is Fusinmaps responsive to window resizing
tester82 replied to tester82's topic in Using FusionMaps XT
Hi there, The map will be inside a div on the page. Here is an example of some code: <div id="mapdiv"> FusionMaps.</div> <script type="text/javascript"> var map = new FusionCharts("../flash/FCMap_World8.swf", "Map1Id", "100%", "100%", "0", "0"); map.setDataURL("../flash/data.xml"); map.render("mapdiv"); </script> -
I have a map with the width and height set to 100% however when I resize the screen the map does not change size like it should. Is fusionmaps responsive to window resizing ?? How is this done?
-
The map will still be displayed just with the list next to it