Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. PowerCharts Realtime Capability

    I'm afraid we wouldn't be providing real time capabilities in PowerChart. FusionGadgets suite consists of all the real time charts.
  2. Yes - you can define any number of markers on the map and each marker can have its own shape (including image icons), label, tool-text and link. Please see http://www.fusioncharts.com/maps/docs/Contents/MarkerOv.html, http://www.fusioncharts.com/maps/docs/Contents/MarkerUsage.html, http://www.fusioncharts.com/maps/docs/Contents/MarkerXML.html, http://www.fusioncharts.com/maps/docs/Contents/MarkerShapes.html
  3. Real time chart update

    Hi, Using the real time charts in FusionGadgets, you can ask the chart to constantly poll your server every x seconds to look for incremental data update. However, you cannot change the entire chart's data.
  4. You can see an example at http://www.fusioncharts.com/Demos/JS/Index.html
  5. One way would be to use Javascript handlers as links, and then manipulate everything in that JS handler.
  6. Hi, Can you please send us the HTML and XML at [email protected]?
  7. Legend

    You can use the FusionCharts grid component to do so. Please see http://www.fusioncharts.com/docs/Contents/Grid_Overview.html , http://www.fusioncharts.com/docs/Contents/Grid_Usage.html and http://www.fusioncharts.com/docs/Contents/Grid_Parameters.html
  8. image in charts

    I'm afraid it's not currently possible.
  9. How to make Line 2D charts clickable?

    You can either make the anchors or the entire chart clickable. Just line is not possible now.
  10. You can customize the "No Data to display" message as explained at http://www.fusioncharts.com/docs/Contents/ChartMessages.html. However, you cannot show a JPG message.
  11. Hi, Starting Flash Player 9.0.115, the asfunction no longer works. As such, we're porting the new release to use click event handlers instead of asfunction. This should be out in a couple of weeks.
  12. Normal Columns when 2nd Set Not Present

    Steve, I misunderstood your first post. If any of the column in MSColumn3D chart is missing, the other column does NOT acquire the empty space - and this is intentionally shown as missing data.
  13. Normal Columns when 2nd Set Not Present

    Steve, I misunderstood your first post. If any of the column in MSColumn3D chart is missing, the other column does NOT ac
  14. This won't work because of 2 reasons: - Cross-domain data security policy - Difference in FusionCharts and web-service XML format
  15. subdivide process list

    You cannot actually divide processes. However, you can add a say " - " to the start of sub-process to visually show it as " - Sub-process". Thereafter, each task can be allotted to a process.
  16. Candlestick with negative values

    You'll need to make all the changes in com/fusioncharts/core/charts/CandleStickChart.as. Here, you'll need to make changes in: - Method where chart y-min/max are detected. - Chart limits are calculated - Position for each element is calculated
  17. Pre-sales Questions

    Hi Rahul, I'm afraid, as of now, we do not have a Google Finance like chart. We've a simpler stock chart at http://www.fusioncharts.com/PowerCharts.asp#candle
  18. The charts have been really well implemented. Specially, I like the way you've used milestones in the Gantt chart.
  19. Mike, You can implement the charts over HTTPS and put up a small security check script that would serve the XML only if its requested from a SWF hosted by the same domain.
  20. Hi, At least one axis needs to be visible on the chart, as of now.
  21. Modularizing Duplicate Code

    Hi John, For each chart, the common functionality has been grouped in hierarchical parent structure (Chart > SingleYAxisChart > ...). However, in many cases there are similar functionalities having minute differences, in which case we've to port them to individual classes.
  22. PowerCharts' DragNode doesn't load images

    Can you try with non-progressive once?
  23. Control over Div Line Depth

    Hi, If you want to change the depth in code, you can just alter the same in allotDepth() method of the chart class and it'll reflect on the chart.
  24. Export to JPEG

    Hi, You cannot do it in C++ as of now. However, in v3.0.6, we've exposed a JavaScript method that can be invoked at client side to automatically initiate the saving process once the chart has finished rendering.
  25. Multiline Tooltips ??

    Hi, In our code, we parse for capital BRs. We'll make it generic in next version. We've FusionCharts Free in Flash v6. You can see it at www.fusioncharts.com/free