Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Java Script Drill Down Problem

    Just one more change required- you need to enable the registerWithJS flag. See bold code below: var Chart_YTDChart = new FusionCharts("Column3D.swf","YTDChart","900","300","1","1");
  2. Something like http://www.fusioncharts.com/FusionCharts/Gallery/DragNode1.html?
  3. I'm afraid you cannot do this in Instrumentation v2 - we'll be introducing this in Instrumentation v3.
  4. Middle East country maps

    Hi, We've added the Middle East maps as part of PowerMaps v3.0.3.
  5. US Map Alabama and Long Island coloring

    Hi, We've fixed this issue in PowerMaps v3.0.3.
  6. UK Map is wrong

    Hi, We've fixed this and released it as part of PowerMaps v3.0.3
  7. The Middle East

    Hi, We've added the Middle East maps as part of PowerMaps v3.0.3.
  8. Multiple Charts on one ASP page

    You're using the same chartId, chart variable Id, Div ID for all the charts in the page. See below (bold): var chart_FactorySum = new FusionCharts("FusionCharts/line.swf", "FactorySum", "800", "600", "0", "0"); Each chart in the page needs to have a different one.
  9. PowerMaps v3.0.3 Released

    We're proud to release PowerMaps v3.0.3 with the following changes: New: Added following new flash maps, taking the total count to 181 maps. World (8 Regions), Middle East, Central America USA Regional Maps: USA (All regions), Central Region, South East Region, North East Region, South West Region, North West Region Europe Regional Maps: All regions, North European Region, South European Region, East European Region, West European Region, Central European Region UK: Wales, England (Regions), North Ireland, Scotland (Regions) Europe: Norway (Regions) Asia: China, North Korea, South Korea, Bangladesh Africa: Mozambique Middle East: Afghanistan, Bahrain, Iraq Dominica, Bahamas New: Added option for Markers. Markers allows you to pin-point custom locations on the map using your own icons. New: Visual GUI to help you configure map properties and define markers. Try the GUI live at http://www.fusioncharts.com/FusionCharts/Demos/MapGUI/Index.html Improvement: Better printing support using the Context Menu "Print Map" option. Bug Fix: Minor bug fixes in the following maps: Canada, USA, Turkey, Alaska, Colorado, Arizona, Florida, Georgia, Idaho, Illinois, Nevada, England, Poland, Scotland, Spain (Provinces), Georgia (Asia), Indonesia, Taiwan, Chile, Colombia, Ontario Licensed users can download the free upgrade from www.fusioncharts.com/PUC > My Orders > Re-download.
  10. Multiple Charts on one ASP page

    Can you please paste your code here and upload as attachment?
  11. Printing broken in Safara and Firefox

    The context menu of the chart works uniformly across the browsers. Actually, from within FusionCharts, we cannot really control the print functions of the browser.
  12. 2 Questions plz !

    No - I'm afraid this is not possible. Yes - you can use STYLES to apply bold to DATAVALUES.
  13. Upgrade from v2.3 to 3

    With the new Developer License, you can: Use the charts in web sites Use the charts in presentations Use the charts in other Flash movies What you cannot do is: Change the source code and re-compile. For this, you'll need an Enterprise License.
  14. Java Script Drill Down Problem

    In your function UpdateMTDChart, you've not first referenced the chart back from its ID. You need to use the getChartFromId(DOMId) function to get a reference back to chart. Only then, you can call it's methods.
  15. convert chart to bitmap image

    FusionCharts is rendered on the client side using Adobe Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. Owing to limitation of Macromedia Flash Player itself, which doesn
  16. Large data sets Not Charting

    You might be using dataXML method. For such number of data records, you need to necessarily use dataURL method.
  17. How Can I Do?

    The second chart is possible using the scatter chart of FusionCharts v3. The scatter chart allows you to plot selected datasets as XY plots and selected as line.
  18. Click to activate?

    Please use FusionCharts JS class and use the renderChart function instead of renderChartHTML
  19. online sample does not work in IE6

    Please make sure that you've Flash Player 8 (or above) installed for your IE7.
  20. setDataXML cannot be called

    I'm unable to open the given URL. We did receive your email and replied that we're unable to open the URL.
  21. We can place the connectors over nodes - but then it will visually look distorted, as the connectors start from the center of each node.
  22. Mouse over anchor event capability

    >> - Are you planning to add the scrolling capability to the Multi Y-axis chart? That would be really useful for what we need. As of now, we do not have any such plans. However, I'll add this to our wish list. >> 2 - Is there an event that I could trap when the mouse hovers over an anchor of the curve for a dataset? I'm afraid no.
  23. I'm afraid it's not currently possible with FusionCharts.
  24. Internet Explorer 7

    Please make sure that you've Flash Player 8 (or above) installed for your IE7.
  25. Tooltips- html links?

    No - I'm afraid you cannot have links in tool tips and you can set them on without user interaction.