-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, You are welcome! Glad that your issue is resolved. Happy FusionCharting!
-
Hi, Please note that if the values are too big to fit within a column, naturally i would exceed that space and might overlap with the column. Also, alternately, if the height of a column is too large then it would also fit in the value so that it is displayed. Could you please set a higher value (little higher than the maximum datavalue in the XML) for the attribute "yAxisMaxValue" so that the data value is display outside the column properly? Hope this helps.
-
Hi, Could you please try setting the attribute "rotateValues" to '1' in the <chart> element to prevent the overlapping of the labels with the columns? Hope this helps.
-
Hi, You are welcome! Glad that your issue is resolved. Happy FusionCharting!
-
Update Xml File Used In Linear Guage Fusion Chart
Sanjukta replied to [email protected]'s topic in General usage
Hi, I am afraid, FusionWidgets does not support updating the <colorRange> and the maximum value dynamically in the real-time charts, as of now. -
Hi, Please note that you would need to provide the correct format of <table> tag in the HTML code to display all the charts in a single row in an HTML page. Please check with the attached sample for your reference. Hope this helps. Sample.zip
-
Hi, Could you please try downloading the latest version of FusionCharts, i.e FusionCharts XT Evaluation version that would minimize the visual differences between a Flash and the JavaScript version of a chart with the help of the following link? Ref.- http://www.fusioncharts.com/download/ Hope this helps.
-
Hi Rick, Thank you for your mail and interest in FusionCharts. I sincerely apologize for the delay. Please note that FusionCharts for Flex supports creating charts in Flex. But FusionWidgets would not work perfectly with Flex 4 and above. FusionCharts v3 (core) had been coded in ActionScript 2 (Flash 8 - AVM1). We haven’t ported them to ActionScript 3 (AVM2); instead, we have modified the existing FusionCharts v3 SWF files – so that, they can load efficiently in your Flex solutions and then be controlled by your Flex code. To facilitate cross communication between AVM1 and AVM2 we have used FlashInterface. As such, you need not bother about cross AVM issues. All that is to be done is to load the FusionCharts specialized SWF and SWC files, provide the data, and control it from your Flex project. You would need to use the Gantt chart from the FusionCharts for Flex pack to solve your purpose. Ref.- http://www.fusioncharts.com/flex/docs/charts/ I hope this helps. Looking forward to your valuable feedback.
-
Hi, Please try using the Scatter chart of the FusionCharts pack to achieve the same. In case of the line, please create separate <dataset> with the relevant data values and set the attribute "drawLine" to '1' in those particular datasets. Please check with the attached screenshot and a sample XML file for your reference Hope this helps. Scatter.xml
-
Different Number Of Points With Mutliseries Line Chart
Sanjukta replied to gurufocus's topic in General usage
Hi, Please note that you have set "rotation: 90," whereas it is set to '0' in the original code. Naturally, when "rotation" is set to '90', it is rotating the labels vertically. Please try setting it to "rotation: 0," and see if this helps. Hope this helps. -
Fusioncharts Integration With Wpf Application
Sanjukta replied to asifchouhan's topic in General usage
Hi, Please refer to the following link for details on how to integrate FusionCharts in Windows application. Ref.- http://blog.fusioncharts.com/2009/09/how-to-use-fusioncharts-in-windows-net-applications-winforms/ http://blog.fusioncharts.com/2009/09/how-to-use-fusioncharts-in-windows-net-applications-winforms-%E2%80%93-part-2/ http://blog.fusioncharts.com/2009/10/how-to-use-fusioncharts-in-windows-net-applications-winforms-%E2%80%93-part-3/ Hope this helps. -
Fusioncharts Integration With Wpf Application
Sanjukta replied to asifchouhan's topic in General usage
Hi, I am afraid, FusionCharts does not support integrating in WPF applications, as of now. -
Is It Possible To Add More Attributes Than The Predefined Attributes?
Sanjukta replied to Trial's topic in FusionCharts and JSP
Hi, I am afraid, FusionCharts does not allow implementing custom attributes externally, as of now. -
Can I Define The Name Of The Data Of Powerchart ?
Sanjukta replied to flyman686's topic in Using PowerCharts XT
Hi, Please refer to the following link for further details on the "Submit" function in Drag Node chart. Ref.- http://www.fusioncharts.com/powercharts/docs/?Dragnode/AddEditNodes.html http://www.fusioncharts.com/powercharts/docs/?Dragnode/Form.html http://www.fusioncharts.com/powercharts/docs/?Dragnode/JSStrength.html Hope this helps. -
Hi, Could you please enable the Flash Player Global Security settings, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live) and also set the "RegisterWithJS" parameter to '1' in the HTML code? 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 page for further details on the Flash Player Global Security settings: http://www.fusioncharts.com/Tools/FlashPlayerSecuritySetup/HowToSetup.html Hope this helps.
-
Hi, I am afraid, I am unable to replicate the issue after testing with your XML. Please check with the attached screenshots for your reference.
-
Hi, I am afraid, we currently do not have it in our wishlist. However, we make a note of the same and update it in our wishlist. Thank you for your continued patience and support.
-
Hi, I am afraid, FusionCharts does not support this, as of now.
-
Links Not Working In Javascript Waterfall Charts
Sanjukta replied to jjj's topic in Using PowerCharts XT
Hi, You are always welcome. Happy FusionCharting! -
Hi, Glad that your issue is resolved. Please note that the ZoomLine chart of the FusionCharts v3.2 and above pack supports the Zoom feature. Ref.- http://www.fusioncharts.com/docs/?ChartSS/ZoomLine.html Hope this helps.
-
Rendering Charts Inside Javascript Tabs Or Accordians
Sanjukta replied to Tony Shorter's topic in Javascript Problems
Hi, Yes, FusionCharts can render inside tabs and accordian. For a quick example, please have a look at tab. Ref.- http://www.fusioncharts.com/code/JavaScript/Basics/Tabs/ or Please note that the Drill-down implementation is same for any chart in a single tab. Please try using Linked charts to drill-down to several levels using different SWF files and configure specific properties for the descendant charts using "configureLink()" function. For further details on the Linked charts, please refer to the following links. http://www.fusioncharts.com/docs/?FirstChart/LinkedCharts.html http://www.fusioncharts.com/docs/?JavaScript/JS_LinkedCharts.html Also, please refer to the Multi-level LinkedCharts samples with the help of the following link. -
Links Not Working In Javascript Waterfall Charts
Sanjukta replied to jjj's topic in Using PowerCharts XT
Hi, I am afraid, the Waterfall chart currently does not support links on the dataplots. However, we would be providing a fix to this issue in our next upgraded version of PowerCharts. Hope this helps. -
Change Order Of Bars In Bar Chart
Sanjukta replied to Powderworks's topic in FusionCharts and ASP.NET
Hi, FusionCharts is a data-visualization charting component. It displays the data in the exact way it is mentioned in the XML. Please try to shuffle the XML data in the order you wish the chart to display. Hope this helps. -
Ms Combination Dual Y Chart - Two Formatting Issues (Tooltips And Key)
Sanjukta replied to mentalist's topic in XML Issue
Hi, Please note that there are 2 Y-axis which can represent 2 different values. In case primary Y-axis represents Revenue (in $) and secondary Y-axis represents Quantity (in numbers), there is no 3rd scale to represent a percentage value. In that case, for the specific dataplot you wish to display in percentage value in tooltip, please try providing a custom tooltip using the "toolText" attribute in the <set> elements. Ex: <dataset ... > <set value='10' toolText='30%'> </dataset> Please note that the interactive iconic legends are supported on each chart since FusionCharts v3.2. Please try downloading the latest version of FusionCharts, i,e FusionCharts v3.2.1 that would support the same. Ref.- http://www.fusioncharts.com/download/ Hope this helps. -
Hi, It seems you are using Scatter chart. Although the Scatter chart supports up to 3000 <set> elements, however this value varies according to the machine configuration and usage of various features like Styles, Animation, Anchors, etc. It might be because of the animation, styles, etc that the chart is taking up some time to render completely. This is a known feature of the Flash Player where it takes a bit of time to load the data. Hope this helps.