Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. "getChartFromID is not defined"

    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); }
  2. Vertical led - scale range fixed at 0-100?

    Please try setting the chart value to 0.
  3. You can specify a pixel based dimension for the chart during initialization. However, you cannot resize the chart dynamically at client side.
  4. Can I update single attributes in XML data?

    Hi, Do you need this on a real-time data streaming chart from FusionGadgets suite?
  5. Trendline thickness and dashed property

    Oops. I meant [ line .... dashLen='3' dashGap='4' .. ]
  6. "getChartFromID is not defined"

    Can you give us a live link to the page so that we can directly debug?
  7. 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
  8. Horizontal Bullet Graph -coloring

    You can set your own colors or palettes as explained at http://www.fusioncharts.com/gadgets/docs/Contents/BulletConfig.html
  9. Animation with Dataplot object

    I'm afraid you cannot do that using FusionCharts, as the bars animate from 0 start internally.
  10. Hi, Our development is looking into and would get back ASAP.
  11. Hi, Can you just make a rough sketch of how you want the chart to look?
  12. TTF fonts - possible?

    Yes - I'm afraid so.
  13. Jan, The Bar2D.swf is single series chart and you're providing multi-series data. Please change the SWF to MSBar2D.swf
  14. Synchronized axis scale on combinat chart

    Yes - we'll definitely try for the same.
  15. User experience improvement

    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.
  16. Synchronized axis scale on combinat chart

    I'm afraid we do not have an option to keep the same scale for both, unless you explicitly set it as attributes.
  17. Live Updates for X-Y chart

    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.
  18. TTF fonts - possible?

    Hi, You'll have to embed the font in the Flash movie, recompile it and then use it.
  19. "getChartFromID is not defined"

    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.
  20. feedData() usig RealTimeLineDY.swf

    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.
  21. Show only values in the Gnatt Grid

    I'm afraid you cannot do that. You can opt to show the bar labels though.
  22. Latitude/Longitude -> Map x,y-coordinates

    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.
  23. Log plots do not handle edge cases well

    Can you please send your XML and also which SWF are you using?