-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, Apologies for the inconvenience. The link in the previous post seems to be incorrectly mentioned. Please use the following link to refer to the Drag Node XML API sheet. Ref.- http://docs.fusioncharts.com/powercharts/Contents/?ChartSS/DragNode.htm Hope this helps.
-
Hi, Please try setting "showYAxisValues" to '0' in the <chart> element of the XML to hide the Y-axis values.
-
Hi, Please note trendlines value is not a <chart> element, hence, "setChartAttribute" would not work for this. You would need to update the entire XML/JSON data in the existing chart to reflect the change in the trendlines value. Hope this helps.
-
Considering Fusioncharts For Complicated Multi-Axis Chart
Sanjukta replied to cgillis's topic in General usage
Hi, Please try using the Logarithmic Line charts from the PowerCharts XT pack in order to dsplaying hugely varying data along the Y-axis. Ref.- http://docs.fusioncharts.com/powercharts/Contents/?Log/LogLine2DFirstchart.html Hope this helps. -
Hi, Please note that FusionCharts does not support cross hairs on the charts as of now. For the Y-axis interval. you would need to specify the "numDivLines" value accordingly. For instance, you intend to show the Y-axis interval as 10, 20, 30, ..., 90, 100, you would need to set the "yAxisMinValue" and "yAxisMaxValue" to '0' and '100' respectively. Also, the "numDivLines" should be set to '9' in order to display an interval of 10 along the Y-axis. Hope this helps.
-
Rendering Vertical Line In Fusionchart After The Last Column On X Axis
Sanjukta replied to nikhilpatil's topic in General usage
Hi, Please try setting the vertical line after the label "30-Aug-2011" with "linePosition" set to '1' in the <vLine> element in the XML. [ { "label": "Mon 01-Aug-2011" }, { "label": "Tue 02-Aug-2011" }, { "label": "Wed 03-Aug-2011" }, { "label": "Thu 04-Aug-2011" }, { "label": "Fri 05-Aug-2011" }, { "label": "Sat 06-Aug-2011" }, { "label": "Sun 07-Aug-2011" }, { "label": "Mon 08-Aug-2011" }, { "label": "Tue 09-Aug-2011" }, { "label": "Wed 10-Aug-2011" }, { "label": "Thu 11-Aug-2011" }, { "label": "Fri 12-Aug-2011" }, { "label": "Sat 13-Aug-2011" }, { "label": "Sun 14-Aug-2011" }, { "label": "Mon 15-Aug-2011" }, { "label": "Tue 16-Aug-2011" }, { "label": "Wed 17-Aug-2011" }, { "label": "Thu 18-Aug-2011" }, { "label": "Fri 19-Aug-2011" }, { "label": "Sat 20-Aug-2011" }, { "label": "Sun 21-Aug-2011" }, { "label": "Mon 22-Aug-2011" }, { "label": "Tue 23-Aug-2011" }, { "label": "Wed 24-Aug-2011" }, { "label": "Thu 25-Aug-2011" }, { "label": "Fri 26-Aug-2011" }, { "label": "Sat 27-Aug-2011" }, { "label": "Sun 28-Aug-2011" }, { "label": "Mon 29-Aug-2011" }, { "label": "Tue 30-Aug-2011" }, { "thickness": "2", "dashed": "1", "lineposition": "1", "dashgap": "2", "vline": "true" }, { "label": "Wed 31-Aug-2011" } ] } ], Hope this helps.- 3 replies
-
- StackedBar2D
- vline
-
(and 1 more)
Tagged with:
-
Hi, Please note that FusionCharts JavaScript class allows you to change various settings and properties of an existing chart. You can dynamically update chart's root properties (also known as "chart attributes" which are passed through <chart> element in chart XML data or through chart property in chart's JSON data. You need to use "setChartAttribute()" function to set a chart attribute. All you need to do is pass the name of the attribute and its new value to this function. This function is available in all the instances of FusionCharts JavaScript class. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeChartProperties.html But in case you inetnd to change any data or any attribute, value not in the <chart> element, you would need to update the existing chart with a completely new data. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html#update Hope this helps.
-
Hi, Please note that FusionCharts JavaScript class allows you to change various settings and properties of an existing chart. You can dynamically update chart's root properties (also known as "chart attributes" which are passed through <chart> element in chart XML data or through chart property in chart's JSON data. You need to use "setChartAttribute()" function to set a chart attribute. All you need to do is pass the name of the attribute and its new value to this function. This function is available in all the instances of FusionCharts JavaScript class. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeChartProperties.html But in case you inetnd to change any data or any attribute, value not in the <chart> element, you would need to update the existing chart with a completely new data. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html#update Hope this helps.
-
Hi, Please note that FusionCharts XT supports advanced label management where the chart intelligently decides on the whether to wrap the label depending on the space availability. However, you can explicitly also set "labelDisplay" to 'WRAP' in the <chart> element of the XML. Could you please upgrade your current version to the latest, i.e, FusionCharts XT (v3.3.1) Service Release 2 and see if this helps? Awaiting your reply.
-
Hi, Please note that only ZoomLine chart from the FusionCharts Suite XT supports the zooming functionality. Column charts does not support zooming as of now.
-
Hi, We have identified the issue and have reported the same. We shall get back to you at the earliest. Thank you for your continued patience and support.
-
Hi Prabhu, There is not native option where the chart would generate the X-axis labels automatically in FusionCharts, as of now. You would need to define the X-axis labels as per your requirement in the chart data passed to the chart to display the same. Hope this helps.
-
Hi, Glad that your previous issue is resolved. For just enabling click on the legend without hiding the series name is not possible with FusionCharts as of now. Hope this helps.
-
Hi, Please note that the ZomLine chart currently supports zooming along X-axis. XY zooming is not supoported as of now. We have made a note of the same for including it in our wishlist for future upgrades. Thank you for your continued patience and support.
-
Javascript Fusion Chart Issues
Sanjukta replied to shivani.bhatnager's topic in Installation and Upgrades
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts XT (v3.3.1) Service Release 1 and see if this helps? Awaiting your feedback. -
Hi, Could you please try setting the attribute "interactiveLegend" to '0' in the <chart> element of the XML to disable the legend interactivity? Hope this helps.
-
Hi, Please note that this is natively not possible with FusionCharts, as FusionCharts is purely a data visulaization component. However, you can always code at your end to implement some data grid that would display the minimum, maximum and avergae value at any point of time on the chart. This needs to be done at your end as per your requirement. Hope this clarifies the query.
-
Hi, Could you please URL encode the "&" character in your "link" as "&" and see if this helps? Ex: <set ... link="JavaScript: isJavaScriptCall=true; drillDownToLink("location");" /> Hope this helps.
-
Hi, Hope your issue is resolved. Please revert to us in case you face this. Happy FusionCharting!
-
Animation And Slicing On Pyramid Chart Javascript
Sanjukta replied to bmcwhorter's topic in FusionCharts and ASP.NET
Could you please download the latest version of FusionWidgets, i.e, FusionWidgets XT (v3.3.1) Service Release 1 and see if this helps? The animation and slicing is visible at our end in the JavScript chart when using the latest version. For further details on Pyramid chart, please refer to the following link. Ref.- http://docs.fusioncharts.com/widgets/Contents/?Pyramid/Introduction.html Hope this helps. -
Hi, Glad that your issue is resolved. Happy FusionCharting!
-
Hi, Please note that Pentaho FusionCharts plugin is not our native implementation. However, for details you may refer to the links below. - http://code.google.com/p/pentaho-fc-plugin/ - http://www.xpand-it.com/en/solutions-en/pentaho-fusioncharts-plugin-en Also, the Wiki has elaborate technical documentation on the supported charts and other technical information. Ref.- http://code.google.com/p/pentaho-fc-plugin/wiki/Main They are constantly working on this and also coming up with new releases. However, it would be best if you directly cotact the Xpand-IT team for any further details on the Pentaho Plugin developed by them. Hope this helps.
- 1 reply
-
- fusionchart
- javascript
-
(and 1 more)
Tagged with:
-
Javascript Fallback Is Not Working For Lineargauge
Sanjukta replied to a.premkumar's topic in Javascript Problems
Hey, Glad that your issue is resolved. Happy FusionCharting! -
Is Canvas Padding Supported In Zoom Line Chart?
Sanjukta replied to winaim's topic in Using FusionWidgets XT
Hi, Please note that "canvasPadding" attribute is not supported in the ZoomLine chart, as there is a scope of zooming in every level and the representation would not be correct with a padding. Could you please specify this point a bit elaborate so that we can assist you? Awaiting your reply. -
Javascript Fallback Is Not Working For Lineargauge
Sanjukta replied to a.premkumar's topic in Javascript Problems
Hi, Could you please try keeping "FusionCharts.HC.js", "FusionCharts.HC.Widgets.js" and "jquery.min.js" in the same folder as "FusionCharts.js" from the "Charts" folder of the FusionWidgets XT download package, while rendering the gauges in JavaScript mode and see if this helps? Ref.- http://docs.fusioncharts.com/widgets/Contents/?FirstChart/UsingPureJS.html Hope this helps.