tvinzant
Members-
Content count
8 -
Joined
-
Last visited
About tvinzant
-
Rank
Forum Newbie
-
Is there a way to change the Fusion Charts v.3 Anchor Properties to be an Alphanumeric character? Attribute Name ----------------- anchorSides anchorRadius anchorBorderColor anchorBorderThickness anchorBgColor anchorAlpha anchorBgAlpha
-
It's been 5 days since my original post and I'm hoping for some assistance related to my issue. Can I expect a reply this week?
-
I want to state up front that I have successfully produced thousands of charts with FusionCharts using 3 separate PHP scripts. I have a routine requirement that creates (2) Bar graphs, (7) Line Graphs, and (3) Scatter plots. This is accomplished using a manual process that I would like to automate a little bit more. The best case scenario would be to fully automate (single GO click) and the entire process is complete. This might require some custom programming. I am attaching the (3) applications that produce my charts. I welcome your comments and suggestions. Tom Arkansas, USA Sample.zip
-
3rd day posting looking for a reply.
-
Getting a little desperate. I'm needing answers badly now. We've purchased a developers license to show good faith. We're serious about purchasing a Professional license, but we have to resolve these last few questions before we can proceed. Your assistance in regards to these last few outstanding issues would be greatly appreciated. Thank you.
-
I have almost achieved perfection with the evaluation version of FusionCharts 3. But I still need some changes to make it meet my requirements. I need to generate as many as 9 different charts and graphs in a single batch process. Ultimately I'll be doing hundreds of separate processes in one single job. 1. I need it to work without repetitive mouse clicks. I can do (1) mouse click to get it started if I have to, but I'd prefer no mouse clicks at all. 2. I need to to be able to read an external XML file (that's working in my current test file that initiates the javascript) 3. I need to be able to use a mixture of Column2D, MultiColumn2D, Pie, Scatter, Line charts all in one batch. I'd like to designate specific charts in my XML perhaps? Is that possible or is there another way to accomplish this? 4. The exported files need to be saved as PDF files. (that's working) 5. The exported PDFs need to be saved as individual files. I do not want them to be saved as one big collection of images. They must be separate PDF files. 6. I need to print these out on US Letter 8.5in x 11in Landscape. In order to maintain the highest quality image, I'd like to export the graph to be created optimized for maximum size that would fit on the US Letter Landscape page. I'm assuming that 72pixels go in one inch. So I should export to 720 width x 540 height? Is that correct? ( I can continue t play with the pixels until I find what fits best, I was just hoping that someone had already identified the correct numbers) 7. Is there a way to add text on top of a specific point on a graph? Thank you in advance time and patience.
-
Outstanding reply, thank you very much! Just a clarification please... <----------------------For PNG------------------------------> function FC_Rendered(DOMId) { var chart = getChartFromId(DOMId); chart.exportChart({ exportFormat:'png' }); } <------------------------------------------------------------> Where exactly is that located? What file? And also you have (4) attachments. I assume that the forum.zip is just a duplication? Correct? Thank you again for your replay and patience.
-
I've only recently begun working with FusionCharts, but I'm very enthusiastic with what I've personally be able to produce in my initial experimentation. As many of you from reading this specific message thread, I too am trying to produce these reports in an automated batch process, and I'd like to do all of this without any button push. I just want to invoke the batch by hitting the page that contacts the JavaScript. Has anyone developed a functional process for this yet? I am trying to produce many individually saved .PNG chart files using the Server Side option. I have an array that I will need to read from many separate external XML files for each chart. After the completion of the batch process I would expect to find all of my individual .PNG files in my predefined export directory. Any assistance would be greatly appreciated.