-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, We are looking into this and get back to you at the earliest. Thank you for your continued patience and support.
-
Hi, Please try creating another <dataset> element and provide the desired <set> element with "alpha" set to '0.1' in the corresponding <dataset> element. Ex: <dataset ... alpha=0.1'> <set value=' '/> ... <set value=11500' '/> ... </dataset> Hope this helps.
-
Hi, It seems you are looking for the setting the y-axis name as bold. In case yes, please try applying the following style in the XML on the "YAXISNME" object. Ex: <styles> <definition> <style name='LabelFont' type='font' font='Arial' size='12' bold='1' /> </definition> <application> <apply toObject='YAXISNAME' styles='LabelFont' /> </application> </styles> If you are looking for something else, please let us know with a screenshot. Hope this helps.
-
Problems With Special Characters In Setxmlurl
Sanjukta replied to SeeThePicture's topic in XML Issue
Hi, Glad that your issue is resolved. Happy FusionCharting! -
Possible To Make Stacked Columns Chart Labels Linkable?
Sanjukta replied to cmihaly's topic in General usage
Hi Chris, FusionCharts natively does not support this. However, you can be able to provide links and display click-able labels to hide the long links, as a work-around for the same. Ex: <categories> <category label='<a href="http://www.fusioncharts.com/" target="_blank">Link in Label</a>' /> </categories> ... <styles> <definition> <style name='LabelFont' type='font' font='Arial' size='12' isHTML='1' /> </definition> <application> <apply toObject='DATALABELS' styles='LabelFont' /> </application> </styles> Hope this helps. -
Hi, Please note that this is the advanced label management feature of the FusionCharts XT. However, you can disable the XT label management option by setting "xtLabelManagement" to '0' in the <chart> element of the XML. Hope this helps.
-
Hey, Hope your issue is resolved. Let us know in case we can be of any further assistance. Happy FusionCharting!
-
Caption And Header In Ssgrid Chart
Sanjukta replied to rahul_advanced's topic in Suggestions & Requests
Hi, I am afraid, the SSGrid does not support Caption and Column Headers, as of now. However, for the Scroll Charts, would it be convenient for your if you provide links and display click-able labels to hide the long links, as a work-around for the same? Ex: <categories> <category label='<a href="http://www.fusioncharts.com/" target="_blank">Link in Label</a>' /> </categories> ... <styles> <definition> <style name='LabelFont' type='font' font='Arial' size='12' isHTML='1' /> </definition> <application> <apply toObject='DATALABELS' styles='LabelFont' /> </application> </styles> Hope this helps. -
Heat Charts Are Hiding Category 3 Slots After De-Selecting Category 2 From Legend
Sanjukta replied to Venu Gattineni's topic in Javascript Problems
Hi, Please note that since the color defined for the "Average" ranges between 10 to 25, the <set> elements with the value 25 is currently responding for both "Average" and "High" in the Flash version of the Heat Map chart. The JavaScript is representing the <set> elements with value '25' under the "Average" definition. We are looking into this and shall update you at the earliest. Thank you for your continued patience and support. -
Hi, Could you please mail us with your requirement at "[email protected]"? Looking forward to your mail.
-
Happy FusionCharting!
-
Everything Works Great Except Ie8 Rendering.
Sanjukta replied to artur_mkrtchyan's topic in Bug Reports
Hi, Please note that this is not an issue but a standard format that FusionCharts supports. As per the JavaScript standard, the Chart ID should be a variable name and it should not contain special characters like ":", "?", etc and space in between. This might cause issues which might be browser specific. Also, we would recommend you to use the alpha-numeric characters with "_" for the Chart ID and that should not start with a number. Hope this helps. -
Hi, Currently we do not have it in our wishlist. However, we would make a note of the same and update it in our wishlist for feasibility analysis. Hope this helps.
-
Hi, I am afraid, FusionCharts does not support this feature, as of now.
-
Google Visualization Api Vs Jqplot Vs Highcharts
Sanjukta replied to fusioner's topic in General usage
Hi, Please check with the following link to get a comparative study of FusionCharts with respect to Google Visualization API and JQPlot. Ref.- http://www.fusioncharts.com/success-stories/competition-and-us/ In case you have any further queries, please mail us at [email protected]. Hope this helps. -
Hi, Please note that FusionCharts XT natively does not support displaying chart in pages after a certain amount of data. However, as a work-around solution, we have a suggestion to initially show the chart with the data that you wish to and then on clicking the "Next" button you can update the data in the existing chart by using the JavaScript methods to show the next set of data and re-render the chart every time to reflect the change in the data. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html#update In this case you would need to use multiple data files that needs to be updated every time you click the chart, as per your requirement. Hope this helps.
-
Hi, Welcome to FusionCharts Forum! We are afraid, we are unable to replicate the issue with "setJSONUrl" method that you have mentioned. Please check with the attached simple sample and let us know if this is working at your end. In case this does not help, please send us your sample. Looking forward to you reply. Column3DJSON.zip
-
Hi, Could you please download the Evaluation pack of FusionMaps XT, with the help of the following link and try rendering the map at your end? Ref.- http://www.fusioncharts.com/download/trials/ Also, could you please specify the issue you are facing while viewing the maps in our Website Gallery, preferably with a screenshot of the same? Awaiting your reply.
-
Hi, Welcome to FusionCharts Forum! We currently do not have any ready Multi-series chart sample implemented using ColdFusion and FusionCharts XT. However, you can follow the XML format the Multi-series chart currently supports and create a the code for the chart based on the XML format mentioned in the following link. Ref.- http://docs.fusioncharts.com/charts/contents/?DataFormats/XML/MultiSeries.html Hope this helps.
-
Hi, We are looking into the issue and shall get back to you at the earliest. Thank you for your continued patience and support.
-
Hi, We have already reported this and are looking into this. This might take sometime as we are currently working on the next upgraded version. We shall update you at the earliest. Thank you for your continued patience and support.
-
Hi, We have already reported the issue and are looking into it. We would update you as soon we come up with the fix. Thank you for your continued patience and support.
-
Problem setting maxColWidth with horizontal bar chart
Sanjukta replied to joshc's topic in General usage
Hi Vijay, Could you please let us know the chart and whether Flash or JavaScript version, that you are using? Also, please send us the relevant XML data that you are currently using. Awaiting your reply. -
Hi, Apologies for the inconvenience. Please note that we have identified some issues regarding the "DATAYLABELS" attribute that currently applies styles on both X and Y-axis labels when used in Flash Chart and the JavaScript is unable to accept the style. We have already reported this and currently looking into this. We shall update you at the earliest. Meanwhile, in case style applied to both the axis labels is not an issue and is currently using Flash Charts (as in screenshot), you may let us know. We would be able to provide you with a work-around in that case. Hope this helps.
-
Problem With Labels (Fusionamaps And Openlaszlo(Flash 9))
Sanjukta replied to Victor's topic in Using FusionMaps XT
Hi Victor, We are currently working on the core products upgrade and FusionMaps for Flex upgrade is in the pipeline. We would certainly address this when we start with the upgrade process of FusionMaps for Flex and keep you updated on the same. Thank you for your continued patience and support.