tester82
Members-
Content count
22 -
Joined
-
Last visited
Everything posted by tester82
-
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 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. -
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?? -
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 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.
-
I am having the same issue as the person above. Did this ever get solved??
-
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?
-
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 want to have a country list next to my linked map. Is there a way to do this ? How can I get the data of a linkeddata map instead of returning the data of the parent map. and all the other maps? For example when I click on Africa I only want to list the countries of africa. Here is some sample of my xml <map animation='0' showShadow='0' showLegend='0' startlabel="Low" endLabel="High" showBevel='0' showLabels='0' showMarkerLabels='0' includeNameInLabels='0' showCanvasBorder='0' fillColor='FFCC66' borderColor='000000' baseFont='Verdana' baseFontSize='10' markerBorderColor='000000' markerBgColor='FF5904' markerRadius='6' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1' > <colorRange gradient="1" minValue="0" code="86c020" startlabel="Low" endLabel="High" legendCaption="Risk Level"> <color minValue='0' maxValue='1' displayValue='' color='86c020' /> <color minValue='1' maxValue='2' displayValue='' color='abd126' /> <color minValue='2' maxValue='3' displayValue='' color='e0cf1d' /> <color minValue='3' maxValue='4' displayValue='' color='f4d427' /> <color minValue='4' maxValue='5' displayValue='' color='f9c801' /> <color minValue='5' maxValue='6' displayValue='' color='ff9c01' /> <color minValue='6' maxValue='7' displayValue='' color='ff7f00' /> <color minValue='7' maxValue='8' displayValue='' color='ff5400' /> <color minValue='8' maxValue='9' displayValue='' color='e92728' /> <color minValue='9' maxValue='10' displayValue='' color='cc3433' /> </colorRange> <entityDef> <entity internalId='NA' newId='North America' sName='N.Am' lName='N. America'/> <entity internalId='SA' newId='South America' sName='S.Am' lName='S.America'/> <entity internalId='EU' newId='Europe' /> <entity internalId='AS' newId='Asia' /> <entity internalId='AF' newId='Africa' /> <entity internalId='AU' newId='Australia' /> </entityDef> <data> <entity id='North America' color='6699FF' link='newchart:FCMap_NorthAmerica.swf-xml-NorthAmerica' /> <entity id='South America' color='6699FF' link='newchart:FCMap_SouthAmerica.swf-xml-SouthAmerica' /> <entity id='Europe' color='6699FF' link='newchart:FCMap_Europe.swf-xml-Europe' /> <entity id='Asia' color='6699FF' link='newchart:FCMap_Asia.swf-xml-Asia' /> <entity id='Africa' color='6699FF' link='newchart:FCMap_Africa.swf-xml-Africa' /> <entity id='Australia' color='6699FF' link='newchart:FCMap_Oceania.swf-xml-Oceania' /> <entity id='AT' color='6699FF' link='../Antarctica' /> </data> <linkeddata id='Africa'> <map animation='0' showCanvasBorder='0' legendCaption="Risk Level" hoverColor='6699FF' legendSnapRange='5' snapLegendPointers='1' showShadow='0' showBevel='0' showLegend='1' showLabels='0' showMarkerLabels='0' fillColor='F1f1f1' borderColor='000000' baseFont='Verdana' baseFontSize='10' markerBorderColor='000000' markerBgColor='FF5904' markerRadius='6' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1' > <entityDef> <entity newid="Cape Verde" internalid="008" s.name="CV"></entity>
-
The map will still be displayed just with the list next to it
-
Yes I want to the show the list of countries of Africa beside the map. I would like to show the list just in a scrollable list.
-
When I click on my linked data table of Africa I get all the labels and names when I really just want the map with the same properties of my parent map? Can linkdata map have a link attribute that routes to a new page? Data.xml
-
linkdata maps showing labels and wrong color
tester82 replied to tester82's topic in Using FusionMaps XT
Thanks for your help. -
linkdata maps showing labels and wrong color
tester82 replied to tester82's topic in Using FusionMaps XT
Also if I add color to the country in my linkdata map. The default color still shows up. for example <entity id='045' link='../South-Africa' color='6699FF'/>