Open Flash Chart |
|
| Tags: flash |
|
|
Description
PHP function that makes it easy to display Flash charts on a web page.
|
|
|
Home Page: http://teethgrinder.co.uk/open-flash-chart/
|
|
|
Interface: Web Browser
|
|
|
Rating: Not Rated (0 votes)
Login or Register to rate Open Flash Chart, add a Tag, or designate as an alternative to a Windows app |
|
|
Upload Screenshots
Images must be in GIF, JPG, or PNG formats and can be no larger than 2 MB. Only one file can be uploaded at a time. A description can be included, but it is optional.
|
|
|
Submit Web Links
Submit the title and link (including http://) to an article pertaining to Open Flash Chart and it will appear in the Web Links section of the right banner. Contact us here if an entry needs to be removed.
|
|
Chart types
Submitted by Anonymous on Thu, 2007-12-13 03:42.
Ooops, I forgot to tell you about all the funky charts we do:
- Bar
- 3D bar
- Line
- Area
- Pie
- Scatter
- Candle
- High, low, close
Cheers,
monk.e.boy
» reply


Open Flash Chart
Hello,
Disclaimer, I wrote Open Flash Chart with the help of lots of very kind people.
To generate the data for the chart to show you probably want a script on the server to grab data and format it. There are a number of these libraries, including:
Text file :-) the simplest way to show a chart is to point it at a text file on your server.
Java Struts
Java
.NET (VB and C#)
Python
Perl (in the download file and check on CPAN)
PHP
and we hope that we'll have an .asp one soon.
OR use Javascript to push data into the chart and set the styles.
So please don't think this is a PHP application. It is a Flash movie that loads data from a file. This file can be generated by any of the above languages with about 5 lines of code.
Hope that helps, dudes.
monk.e.boy