Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Javascript rollover function?

    I'm afraid we do not expose any events on roll-over.
  2. Domino and powerpoint

    Hi, Yes - it is a limitation of the container technology. If you need to email charts with PowerPoint, you can try hosting the charts on a server and then including the charts from server at run-time (using http links).
  3. Hi, I'm afraid you cannot use the charts in mobile/hand-helds, as FusionCharts needs Flash Player 8.
  4. Truncated YAxisName (vertical)

    Please see http://www.fusioncharts.com/docs/Contents/Flash_Rotated.html
  5. Export to JPEG

    It's not directly possible, as it's not exposed by the Flash Player itself. However, there are third party browser tools that allow so.
  6. yAxisMinValue and Column Width

    If you're using v2.3 (our older version), pls see http://www.fusioncharts.com/FusionCharts23/Site_Doc/HelpDocs/Resize.html
  7. yAxisMinValue and Column Width

    Yes - you can remove the y-axis values by setting <chart showYAxisValues='0' ...> And you can easily change the width and height of the chart by specifying it in the JavaScript constructor function of the chart.
  8. Truncated YAxisName (vertical)

    Hi, I couldn't find the text "amount owing" in the given XML. Where should I be looking at?
  9. Text value for Y-axis

    No - I'm afraid you cannot show tool tip without mouse over.
  10. I'm afraid we do not have any expertise in Domino to help further with us. You'll have to take some support from the community.
  11. Secondary X-Axis

    I'm afraid we do not support dual x-axes as of now. However, that's on our wishlist too and hopefully you can see it sometime in future.
  12. Scrollable bar chart?

    Just set <chart showYAxisValues='0' ..>
  13. I'm afraid we do not have documentation on Domino. However, there's a third party link at http://www.ferdychristant.com/blog/articles/DOMM-6NDQEJ
  14. Date and Time in Gantt Chart

    Hi, The current Gantt chart doesn't support time. However, we're working on a new version that'll support both date/time.
  15. African countries

    As of now, we do not have this in our roadmap. However, we can develop custom maps as per your requirements.
  16. Can you set the 3D view angle?

    As of now, you can only do so in the 3D Pie/Doughnut chart. It's not possible in other charts.
  17. Color Selection Formula in FusionCharts

    It's a pre-defined list of colors in our palette. You may see com/fusioncharts/helper/DefaultColors.as to get the list of colors.
  18. Connect to an website away for the chart

    Yes - you can easily do this by providing the link in <set link='...' />
  19. The following charts from PowerCharts suite fall into this: Drag-node Drag-area Drag-column Drag-line Select Scatter
  20. Plotting direction Bar2D

    I'm afraid that's not currently possible.
  21. Combination of Charts

    Hi, We do not have a chart that combines all these features. However, we've two charts that allow for 2 features each. Our scroll combination chart allows you to: And our multi-axes line chart from PowerCharts suite allow you to However, I'm afraid you cannot combine both these charts.
  22. Multiple Number Scales

    These are charts from our PowerCharts Suite like, drag-node chart, drag-able charts, select scatter chart etc.
  23. Multiple Number Scales

    Hi, The scatter chart has linear numeric x-axis - it doesn't currently support logarithmic axis.
  24. y axis problems

    Damien, Can you please send us your XML data?
  25. Just a quick question

    Yes - you can easily and effectively do this using the drill down and JavaScript API exposed by FusionCharts.