maria
Members-
Content count
22 -
Joined
-
Last visited
About maria
-
Rank
Junior Member
-
Hi -- Not sure if fusion charts provides such zooming capability. however, check out the examples listed on the right side of this page: http://www.amcharts.com/column Maria
-
Hi, Thanks for your response. However, I am not using javascript. Instead, I have something like echo renderChartHTML("FusionCharts/Charts/Line.swf", "", $strXML, "totalConsumption", 700, 300, false, false); because I have generated the XML separately. So how would I go about specifying this property in the XML? Thanks again. Best, m
-
Hi all -- is there anyway to annotate graphs by placing arbitrary text at arbitrary locations on top of the chart? Thanks m
-
Hi, I'd like to have a Stacked Area graph, with three datasets, together with a line on the secondary y-axis. Any suggestions? Thanks in advance. Maria
-
Hi, Thanks for the reply. Does this go in my custom code or in one of the support files provided by the Fusion Charts library? Best, Maria
-
Hi, Thanks for helping out. Making the suggested changes allows me to export the chart to PDF successfully. Yay! Exporting to JPEG or PNG fails with the following error: Fatal error: Call to undefined function imagecreatetruecolor() in /var/www/FusionCharts/ExportHandlers/PHP/Resources/FCExporter_IMG.php on line 261 Maria
-
Would anyone be kind enough to at least ACK or NACK whether they can successfully export charts give the code attached in the earlier post? I will really appreciate it. Best, Maria
-
Has anyone been able to run the attached files and export the graph to either JPEG or PDF? Many thanks. Maria
-
Hi, thanks for the suggestions. I double checked my Flash Player settings and the version (3.1.1) of the files. As far as the FusionChartsExportComponent.js is concerned, I am not sure what that is. I never saw anything about it in the documentation. I traced it in the source code and added it to my code but that didn't change anything. I am attaching three files: energy-watts2 contains some data plot-monitor.php reads the data file and generates the XML string monitor.php renders the chart (note that i had trouble opening this file in TexEdit but vim or cat works just fine) The two php files are attached as .txt so they need to be renamed. The datafile needs to have the .txt extension completely removed. It must be something silly but I just don't see it. Many thanks. energy-watts2.txt monitor.txt plot-monitor.txt
-
Anyone, please?
-
Yeah, it is Flash Player 10. I've tried Safari on MacOS, Shiritoko (new Firefox) and Chrome (on Ubuntu) Thanks.
-
Hi, I followed the instructions for server-side saving of charts to PDF and JPEG. I can successfully right-click and see the "save as" options, the the progress bar appears. However, the download dialog box never appears so I can't really save the chart. Instead the webpage loads the contents of FusionCharts/ExportHandlers/PHP/ I must be going wrong somewhere. The code snippet looks like this: < ... exportAtClient='0' exportAction='download' exportEnabled='1' exportHandler='http://powernet.stanford.edu/FusionCharts/ExportHandlers/PHP' ...> Thank you. M
-
plotGradientColor='' did the trick thanks.
-
Hi, I know I can have tooltips and annotations on specific data points, but how would I go about displaying some text for different datasets on a multi chart. Speciffically, I have a StackedArea2D.swf that has about 10 stacked datasets. Ideally the user will be able to see the name of the dataset when they hover over a specific colored area. Thank you. Maria
-
Hi, I noticed that by default each stacked area in the StackedArea2D charts has a gradient, lighter towards the top, fully saturated on the bottom. How can I turn this off? Setting alpha='100' didn't seem to work. Thanks. Maria