Jordan3i4

Members
  • Content count

    8
  • Joined

  • Last visited

About Jordan3i4

  • Rank
    Forum Newbie
  1. Logarithmic Scale vs. Arithmetic Scale

    Hi, What would be the easiest way to implement this change, assuming we do not use any negative numbers? Jordan
  2. Hi, I am wondering if it is possible to use an Arithmetic scale rather than Logarithmic when FusionCharts "auto-scales." I have looked at the algorithm in the source code and would not be happy if I have to rewrite it! Does anyone have a quick fix? Our other solution was to take the largest value, say 191 - round to the nearest 10 (190) and then add 10. If it were 1191, round to nearest 100 (1200) and add 100. Any ideas? Jordan
  3. saving images

    Hi, I'm trying to use the posted Ruby code, but I'm having trouble getting RubyInline to work on my windows machine. Is there anyone who can help me get this code working on a windows machine? ie. maybe a walk-through of how you got it working.
  4. Making a column N/A

    Hi, I'm wondering how to make a column in a Column3D chart say "N/A", and not have a value. Is this possible? If not, is there a work-around? Thanks, Jordan
  5. y-axis label

    Hi, I notice that the x-axis label seems to be bold, but the y-axis label does not. How can I make them look the same? I tried using for the YAXISNAME chart object, but it didn't work. I'm also wondering how to change the FPS via XML. Thx
  6. Export to JPEG

    Nevermind on that last post. Would be a pretty terrible idea to have to programmatically open up a user's browser, just to save the image as a jpeg. Any suggestions for alternatives? Right now I build charts in MS Excel, export to JPEG, and display within my desktop application.
  7. Export to JPEG

    Could you show me an example of how I can do this programmatically? I won't be using any web server at all, as this is completely a desktop application. I could perhaps programmatically open up IE; therefore, I need it to save to an image file when the data is done loading. What do I need to put in my XML and HTML files to accomplish this? I read the docs, but it mentioned .aspx or php, neither of which I can use.
  8. Export to JPEG

    My company is considering purchasing fusioncharts. In order to do so, we must be able to save the chart to an image file programmatically, for use in a Qt application. Are there any command line tools, libraries, or other solutions that can allow us to write some C++ code to save charts as image files?