-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Can you try putting this code block in the section of your document: function updateChart(year) { var strURL = "graph_scatter-data.php?selectedID=1510&selectedYear=" + year + "&xaxis="; strURL = unescape(strURL); var chartObj = getChartFromID("ChartId"); chartObj.setDataURL(strURL); }
-
Please try setting the chart value to 0.
-
I'm afraid no.
-
You can specify a pixel based dimension for the chart during initialization. However, you cannot resize the chart dynamically at client side.
-
Hi, Do you need this on a real-time data streaming chart from FusionGadgets suite?
-
Oops. I meant [ line .... dashLen='3' dashGap='4' .. ]
-
Can you give us a live link to the page so that we can directly debug?
-
Update and animate Cylinder Gauge using javascript
Pallav replied to Roonaan's topic in Using FusionWidgets XT
Yes - you can have an animated cylinder gauge that animates from last point. Please use the JavaScript API to update only value, instead of entire XML. You may find it at http://www.fusioncharts.com/gadgets/docs/Contents/SVGauge_JS.html -
You can set your own colors or palettes as explained at http://www.fusioncharts.com/gadgets/docs/Contents/BulletConfig.html
-
I'm afraid you cannot do that using FusionCharts, as the bars animate from 0 start internally.
-
Firefox crashed with Real-time satcked column chart - DEMO
Pallav replied to Pallav's topic in Bug Reports
Hi, Our development is looking into and would get back ASAP. -
Hi, Can you just make a rough sketch of how you want the chart to look?
-
Yes - I'm afraid so.
-
Bar2D.swf does not show in Internet Explorer 7
Pallav replied to matysik's topic in FusionCharts and JSP
Jan, The Bar2D.swf is single series chart and you're providing multi-series data. Please change the SWF to MSBar2D.swf -
Yes - we'll definitely try for the same.
-
Hi, Thanks for your suggestions. Actually this forum is a third party component. I'll ask our team to check with them for the feasibilities of the same.
-
I'm afraid we do not have an option to keep the same scale for both, unless you explicitly set it as attributes.
-
Hi, I'm afraid currently we do not have plans for a real-time scatter chart. The only method would be to use client side JavaScript to update entire chart's value.
-
Hi, You'll have to embed the font in the Flash movie, recompile it and then use it.
-
Pls try
-
Hi, Can you make sure that FusionCharts.js is properly included in the page? Ideally, the error message should have been different for improper usage. But, if it's giving "getChartFromID is not defined", that means the function has not been registered.
-
Based on the order of datasets in your XML, the chart parses the stream and maps the value sequentially to that dataset. For example, if the first dataset in your XML belongs to P-Axis, the first value in stream would be mapped to pAxis too.
-
I'm afraid you cannot do that. You can opt to show the bar labels though.
-
Latitude/Longitude -> Map x,y-coordinates
Pallav replied to banditbandat's topic in Using FusionMaps XT
Hi, I'm afraid it's not possible currently, as FusionMaps doesn't work on exact scaling method. Instead, it just works on regional entities method. -
Can you please send your XML and also which SWF are you using?