Line & Area chart v 1.1.0 released
The best thing in this version is that you can control it with JavaScript. Set and get parameters, trigger data and settings reload, register clicks on lines and even set zoom period!
Setting zoom period will save a lot of time for you. Check this example:
http://www.amcharts.com/line/chart-with-scroller/
the "from" and "to" are a simple html form fields. With a simple JavaScript function you can get values of current period. User can change and submit them to a chart. All programming can be done in minutes.
There are some other new features - you can rotate text, set border of a plot area, alpha of balloons, format custom balloon texts and more.
The new version is backward compatible - you can just overwrite the old amline.swf file, however I recommend you to test it carefully - some minor changes might appear.
June 21st, 2007 at 9:10 am
I tried the example and press the “Show” button. The graph keep as is(no change) and the browser’s JavaScript throws me an error:
flashMovie.setZoom is not a function
Does this work or not?
/henri
P.S. I tried it on FireFox 2.0.0.4
June 21st, 2007 at 9:21 am
Sorry, this was a temporary problem
June 21st, 2007 at 10:25 am
Do you know how to “work around” this? I will need a chart solution that can be controlled via JavaScript. Your line chart is the most fit to our needs. However, I need to provide a POC on Friday next week. I wonder if you can give me some advice on this issue?
June 21st, 2007 at 2:04 pm
As I mentioned, this was a temporary problem. Now it is working.
January 28th, 2008 at 3:02 am
It looks like it’s broken again. I’m using amline 1.3.6
January 28th, 2008 at 3:09 am
My mistake. It works. I just need to put a delay between the swf load and the setZoom call.