plywood

Members
  • Content count

    17
  • Joined

  • Last visited

Everything posted by plywood

  1. Quick Questions

    I'm thinking about upgrading from FusionCharts Free to v3. Before I do, I just have a few questions: (1) Is it possible to add more than 1 vertical line () to a 2D Line Graph? If so, what PHP method(s) could I use to add, say, 3 vertical lines? (2) Is it possible to output the graphs to an image file of my specification? If so, what types of image files can I choose from? Also, what would the PHP code look like? Anything like this: $imagePNG = $fusionChart->ExportToPng(); $imageJPG = $fusionChart->ExportToJpg(); Thanks! bubonic
  2. Quick Questions

    Thank you for your answers! I just need clarification on one of them, as well as the answer to another quick question. Going back to the vLine question, I just need confirmation: (1) Is it possible to have more than one vLine on a single 2D Line Graph (Single Series)? If so, what would the XML look like, and how would I create them dynamically in PHP? Also, I thought of another question: (2) Is it possible to get rid of labels on my data points? My graph has to be be bound between 0 and 100 (y-axis values). Some times when I have a data point that is 0, the label "0.00" gets drawn over the label for the x-axis div. The perfect solution would be to just turn data point labels off. Can I? If so, how? Thanks for all your help! plywood