-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
getChartFromId and setDataXML not found error
FusionCharts Support replied to doggerdude's topic in General usage
Hi, Could you please try : var myChart= document.getElementById("chart1id"); Please make sure that you do not have any other ids having the same name. -
Papua New Guinea map not showing color range
FusionCharts Support replied to Kumunjayi's topic in Bug Reports
Hi, You would need to use proper internal Id. e.g. Two entities: <entity id='PG.NS' value='5150' /> <entity id='PG.CE' value='10515' /> reference: http://www.fusioncharts.com/maps/Contents/MapSS/PapuaNewGuinea.html -
Internet Explorer blocks Image Export when Frames are used
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, This is a limitation on the part of IE that we can not help mending. -
Hi, Please escape the URL: escape("http://mrc:8012/mrcjava/servlet/MRCCKS.I00571s?slnk=1&DTDEPT=DFT04");
-
Object doesn't support this property or Method
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
Hi, Please give different chart DOM id name and DIV id name. All should be unique and different. This would help you out. -
Refresh/Update Fusion Charts data from MySql in JSP
FusionCharts Support replied to IDForums's topic in FusionCharts and JSP
Hi, FusionWidgets is an upgrade to IS with a bunch of new features. -
chartObject.hasRendered is not a function
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
Hi, Please use this instead: function FC_Rendered(DOMId) { var chartObject = getChartFromId(DOMId); chartObject.exportChart(); } remove: < script> ExportMyChart(); < /script> -
Tooltip not showing on browser resize
FusionCharts Support replied to jsteriti's topic in Bug Reports
Hi, Could you please send us the code that you are using? -
Refresh/Update Fusion Charts data from MySql in JSP
FusionCharts Support replied to IDForums's topic in FusionCharts and JSP
Hi, We have some real time charts in FusioWidgets that you can use to update data from server after certain intervals. In case you wish to use charts from FusionCharts pack, you would need to use JavaScript window.setInterval/window.setTimeout to call a JavaScript function which would update the chart using chart's setDataURL/setDataXML API. The update is bwtter one using setDataURL API as using this you can call a server side script which would build the XML from the database and provide the latest XML. Please note that you would need to apply cache kill mechanism to the URL as there might be some browsers where the data keeps the XML cached. -
Exporting to image or pdf crash browser
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
We would look into this. -
is it possible to specify value position element?
FusionCharts Support replied to FusionCharts Support's topic in General usage
If you are still facing problem you can use valuePadding='0'. The problem was that there is a default padding between value text and the end of column. -
is it possible to specify value position element?
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, Please try this XML: <chart labelPadding="-2" palette="2" forceDecimals="1" decimals="1" useRoundEdges="1" baseFont="arial" baseFontSize="10" yAxisMinValue="0" yAxisMaxValue="100" numDivLines="1" chartLeftMargin="0" chartRightMargin="5" chartTopMargin="5" chartBottomMargin="1" bgColor="ffffff" placeValuesInside="0" baseFontSize="11" borderColor="ffffff"><set label="aaaaa" value="40.6" color="88BF60" placeValuesInside="0" /><set label="bbbbb" value="0" color="88BF60" /><set label="ccccc" value="10" color="88BF60" placeValuesInside="0" /></chart> -
Data corruption with Fusion Charts
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP
Hi, Our Flex developer is looking into this and would let you know. -
help!!Animated not from Zero
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, <param name="WMode" value="Transparent"> ...<embed wmode="transparent"../> or <param name="WMode" value="opaque"> ...<embed wmode="opaque"../> Would help you make the chart element ready to be placed below any HTML element like DIV. But you would need to specify the z-index an dposition CSS of the chart as well as the elemetn which is to be placed top. say for chart, position:absolute; z-index:0; and for another element: position:absolute; z-index:1; -
help!!Animated not from Zero
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, I am afraid, this is not possible as of now. -
is there any download code available for 3D demo in online demo page ?
FusionCharts Support replied to veerugadde's topic in General usage
Hi,Please find the attached file. -
Hi, I am afraid, this is not possible as of now.
-
is it possible to specify value position element?
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, Could you please send us an image? -
Fusion Charts intergration with JSF Data XML Hard-coded
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and JSP
Hi, Your code that passes < fc:renderHTML must be having the issue. -
Data corruption with Fusion Charts
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP
Hi, In our labs the UTF 8 characters are woking fine. Could you please send us thtr code the you are using? Please attache here. -
Hi, Exactly.
-
Exporting to image or pdf crash browser
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Do the browsers crash when you do not use right click rather use JavaScrip to invoke the exportChart() function? -
Hi, These functions are put for future development. We have not documented it. You can use these though to some extent.
-
Hi, I am afraid, as of now we do not provide API for gantt chart.
-
urlencode problems
FusionCharts Support replied to FusionCharts Support's topic in Javascript Problems
You are welc:)me!