-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Export Issue When Initiating Export Via Javascript
Sanjukta replied to shereen's topic in General usage
Hi, You are always welcome! Glad that your issue is resolved. Happy FusionCharting! -
Hi, I am afraid, natively this is not possible with FusionCharts, as of now. As a work-around you can remove the canvas borders and apply "STYLES" on the "CANVAS" to make only the X-axis Line visible. Please check with the attached screenshot and the XML file for further reference. Hope this helps. Column2D.xml
-
Hi, Welcome to FusionCharts Forum! I am afraid, I am unable to replicate the issue. The page after printing is displaying the chart perfectly along with the buttons and the text. In case you wish to render only JavaScript based charts (and not use Flash at all), you just have to add a line of code as shown below: FusionCharts.setCurrentRenderer('javascript'). This code will ask FusionCharts renderer to skip Flash rendering and create pure JavaScript based charts. For further details on the above, please refer to: http://www.fusioncharts.com/docs/FirstChart/UsingPureJS.html Hope this helps.
-
Hi Abhilash, Welcome to FusionCharts Forum! I am afraid, the JavaScript charts does not support the attribute "labelDisplay", as of now. As a work-around, please try using the line break "<br>" to display long labels in multiple lines, explicitly. Ex: <category label="20-Dec-10 <br>04:00"/> I am afraid, I am unable to replicate the issue. The alert set is displaying perfectly on-clicking the data-plots. Please refer to the attached screen-shot for your reference. Please make sure that you have done the following: 1. Flash Player Global Security settings enabled, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live). Flash Player's Global Security setting blocks invoking/calling JavaScript from SWF (Flash Movie) by default. So you need to reset your setting into Global Security Setting panel and enable it. Please refer to the following link to enable the Flash Player Global Security settings: http://www.macromedi..._manager04.html 2. The "RegisterWithJS" (the last parameter) parameter is enabled in the HTML code. Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1"); Hope this helps.
-
Hi, Please try using the Real-time chart to display new data after every interval mentioned explicitly in the XML. Here the new data is pushed with the already existing data after every interval without refreshing the chart every time. Please refer to the following links for further details on the Real-time capabilities. Ref.- http://www.fusioncharts.com/widgets/docs/Contents/RealTimeOverview.html http://www.fusioncharts.com/widgets/docs/Contents/RealTimeDataFormat.html http://www.fusioncharts.com/widgets/docs/Contents/RealTimeStamp.html In case you wish to update the chart data, I am afraid, the chart has to be refreshed to let the data display. I hope this helps.
-
Hi, Could you please try using 2D Dual Y Combination chart to solve your purpose? Please try rendering all the <dataset> elements as "Line" with the help of the attribute "renderAs". Hope this helps.
-
Hi, Please make sure you have correctly mentioned the relative paths for the JS files. Hope this helps.
-
Problem With Jscript Format Rendering Scatter Chart
Sanjukta replied to keror's topic in Javascript Problems
Hi, Welcome to FusionCharts Forum! I apologize for the inconvenience caused. The Scatter chart of the FusionCharts v3.2 or v3.2.1 JavaScript version does not support the "drawLine" attribute. The issue is fixed in the next upgraded version, i.e FusionCharts v3.2.2. The next version would release approximately in next few months' time. Hope this helps. -
Hi Swam, Welcome to FusionCharts Forum! I am afraid, Pie chart is a Single-series chart that does not support multiple <dataset> elements, as of now. Please try using any Multi-series chart for the same. Hope this helps.
-
Hi, We are looking into the issue and would very shortly reply to your mail. Thank you for your patience and patronage.
-
Hi, Welcome to FusionCharts Forum! Please make sure that the Flash Player Global Security settings is enabled, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live). Flash Player's Global Security setting blocks invoking/calling JavaScript from SWF (Flash Movie) by default. So you need to reset your setting into Global Security Setting panel and enable it. Please refer to the following link to enable the Flash Player Global Security settings: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html Hope this helps.
-
Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
-
Hi, Could you please send us the XML files you are using to render the charts so that we might test them for a probable fix? Awaiting your reply.
-
Hi, Please check with the attached XML file for your reference. Hope this helps. Data.xml
-
Setting Plotfillalpha To "0" For Second Dataset In Msarea Chart Doesn't Work
Sanjukta replied to cj12's topic in General usage
Hi, Welcome to FusionCharts Forum! Could you please send us the XML and the screenshot of your requirement? Awaiting your reply. -
Setting Plotfillalpha To "0" For Second Dataset In Msarea Chart Doesn't Work
Sanjukta replied to cj12's topic in General usage
Hi, Welcome to FusionCharts Forum! Could you please send us the XML and the screenshot of your requirement? Awaiting your reply. -
Hi Kjetil, You are welcome. Please try either increasing the size of the chart to fir in the background image or try to create an image that would allow the chart size. Hope this helps.
-
Displaying Image on hoverText from Multi-Level Pie
Sanjukta replied to bb-fusion's topic in Using PowerCharts XT
Hi, I am afraid, FusionCharts does not support this, as of now. -
Hi, Welcome to FusionCharts Forum! Please try setting the attribute "showAlternateHGridColor" to '0' in the <chart> elements to hide the horizontal bands inside the chart. Hope this helps.
-
Hi, I am afraid, FusionCharts does not support this functionality in a single chart, as of now.
-
Hey, You are always welcome. Glad that your issue is resolved. Happy FusionCharting!
-
HI, I am afraid, FusionCharts does not support date/time format, as of now. But you can provide date as string value to display it on the charts. Hope this helps.
-
HI, Please note you can provide link in the attribute "link" in the <set> element. Link is not supported in the <dataset> element. Hope this helps.
-
HI, Please note you can provide link in the attribute "link" in the <set> element. Link is not supported in the <dataset> element. Hope this helps.
-
Hi, I am afraid, FusionMaps does not support latitude/longitude calculation, as of now.