-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, Apologies for the inconvenience. I am afraid, PowerCharts does not support the display of connectors over the nodes, as of now. Could you please specify the exact license that you are using? Also, please specify whether it has the .fla and .as files? If you provide us with the above information, then we would be able to continue further discussions on the same with our developers for a probable solution. Awaiting your reply.
-
Adding color to displayValue in multi-series line chart
Sanjukta replied to Sanjukta's topic in FusionCharts and PHP
Hi, Please find the replies to your queries below: Please try applying "Styles" on the "DATAVALUES" to change the color of the diplayed values. Ref.- <styles> <definition> <style name='Font Style' type='font' size='10' color='FF0000' /> </definition> <application> <apply toObject='DATAVALUES' styles='Font Style' /> </application> </styles> Could you please try using vertical lines (<vLine> element) in the <categories> element to display the margins on the chart as you intend to? Ref.- <categories > <category label='8/6/2006' /> <vLine color='000000' linePosition='1'/> <category label='8/7/2006' /> </categories> Please check with the attached screenshot of the rendered chart to get a clear idea of the above explanations. Hope this helps. -
Print Scaling Issues - Printing FusionWidgets from IE Browser
Sanjukta replied to jh_bax's topic in FusionWidgets XT
Hi Jim, Welcome to FusionCharts Forum. This is occuring due to the bug of the Flash Player 10.1. Currently our development team is looking for a fix to the printing issue in IE. We will inform you as soon we come up with any solution for the issue. Thanks for your continued patience and patronage. -
Hi, Your suggestions are important to us. We have made a due note of the same and would include it in our wishlist for future upgraded version. Thanks for your continued patience and support.
-
Hi, FusionCharts supports "noScale" mode, as of now, along with 100% resizing option for the charts. Also, in case you are using "exactFit" mode in the charts then the rendering of of the legends might not be in a proper way. For your information, FusionCharts is going to release the next minor version, i.e, FusionCharts v3.2 which would support dynamic resizing automatically, in the "noScale" mode. Please feel free to revert in case you have any further queries on the same.
-
Hi, This issue might be occuring in case you are using percent value instead of absolute pixel value for the width in the chart. This is a known issue of IE when the chart gets renedered. Our next release, i.e, FusionCharts v3.2 would be supporting dynamic resizing of the charts and would take care of all these issues. Thank you for your continued patience and support.
-
Hi, You are welcome. I am afraid, I could not replicate the issue after testing your XML in our lab. The XML is working perfectly and the chart is getting rendered displaying both the legends. Please check with the screenshot of the rendered chart (using your XML) for your reference. Please revert in case you have any further queries.
-
urlencode($QUERY_STRING) in DB_Drill (example for FusionMaps_trial)
Sanjukta replied to uman's topic in FusionMaps XT
Hi Uman, You are welcome. Glad that your issue is resolved. Happy FusionChartimg! -
Hi, I am afraid, FusionCharts does not support this feature, as of now.
-
Is there any way to programmatically enable disable click event of bar chart?
Sanjukta replied to a topic in FusionWidgets XT
Hi, The only way to disable chart programatically can be done by creating a transparent div covering the entire chart. You can set the transparency to a minimum value (like 1%), which would display the chart hazily but disable all its functionalities. Hope this helps. -
Hi, Your suggestions are important to us. We would include the "Footnote" feature in our wishlist for our next major version's release. Thanks for your continued support and patience.
-
Hi, Welcome to FusionCharts Forum! Yes, there is the condition of the rendered charts to be in the view-able area of the page when "Export" function is working on it. This is because, in the latest browsers, the Flash Players cannot render the chart until it is view-able. Hence it can be only exported to image/pdf when it can be viewed. Please feel free to revert in case you have any further queries.
-
Vertical text (e.g. Y-axis label) is ugly if scaled
Sanjukta replied to gumdoduck's topic in Bug Reports
Hi, You are welcome. Thank you for your continued patience and support. Happy FusionCharting! -
Export Multiseries fusion chart to PDF format from client side
Sanjukta replied to Sanjukta's topic in FusionCharts and ASP.NET
HI Hari, Please refer to the following forum thread link for the solution to your query: Ref.- http://www.fusioncharts.com/forum/Topic29697-3-1.aspx -
Export Multiseries fusion chart to PDF format from client side
Sanjukta replied to Hari Gopal's topic in General usage
Hi Hari, Could you please send us the code you are using to export the charts? Awaiting your reply. -
Vertical text (e.g. Y-axis label) is ugly if scaled
Sanjukta replied to gumdoduck's topic in Bug Reports
Hi, Welcome to FusionCharts Forum. FusionCharts provide "noScale" mode, as of now, along with 100% resizing option for the charts. Also, you can use "exactFit" mode in the charts. But that does not support rendering of text generation on the charts in a proper way. For your information, FusionCharts is going to release the next minor version, i.e, FusionCharts v3.2 which would support dynamic resizing automatically, in the "noScale" mode. Please feel free to revert in case you have any further queries on the same. -
Hi Nishi, You are welcome. Glad that your issue is resolved. We will surely inform you as soon we come up with any solution to this issue. Happy FusionCharting!
-
Hi Nishi, Apologies for the inconvenioence caused. There are a few floating number issues which causes this error. Our developers are currently looking into this issue for a permanent fix. Also, could you please try setting the attribute yAxisMaxValue='100.000001' in the <chart> element? Hope this helps.
-
Hi Nishi, Could you please refer to the follwoing Forum thread link for further details on your query? Ref.- http://www.fusioncharts.com/forum/Topic27243-28-1.aspx Hope this helps.
-
Hi, I am afraid, PowerCharts does not support the displaying of more than one connector for the same nodes in the Drag-Node chart, as of now. But the same feature would be supported and available in our next version. i.e, FusionCharts v3.2, which will be released soon. Thanks for your support.
-
Hi, Could you please try using the attribute "plotSpacePercent" in the <chart> element? On a column chart, there is spacing defined between two columns. By default, the spacing is set to 20% of canvas width. If you intend to increase or decrease the spacing between columns, it can be done using this attribute. For example, if you wanted all columns to stick to each other without any space in between, you can set plotSpacePercent to 0. Similarly, if you want very thin columns, you can set plotSpacePercent to its max value of 80. Hope this helps.
-
Hi, This CANNOT be done. FusionCharts necessarily needs to render once in the browser, before any of the export handlers are called. This is because the charts are always generated at client-side. After that, it takes a snapshot to the client-side Export component or server-side Export scripts for generation of image/PDFs. But, we provide the solution of exporting the chart as image/pdf file, without renedering it in the browser, only for the .Net platform. Looking forward to your feedback on the same.
-
Hi Arun, Apology for the inconvenience. Could you please try setting the attribute "bubbleScale" to a value between "0" and "1" in the <chart> element? Hope thsi helps.
-
Hi, This is a bug of Adobe Flash Player 10.1 that has been encountered recently. Also, a bug report of the same has been posted accordingly to Adobe. Though this is a bug of Adobe Flash Player 10.1, currently our development team is also trying to fix the issue. In order to resolve the issue faced by FusionCharts family, our development team is working hard to come up with a solution as soon as possible. Thank you for your continued support and patience.
-
Hi Heike, No problem! Cheers! Hope that your issue is resolved. Please feel free to revert in case you have any further queries. Happy FusionCharting1