Archive for November, 2007

Logarithmic scale for line, column and bubble chart

Tuesday, November 27th, 2007

Since v 1.3.2 Line & area, Column & Bar and Scatter & Bubble can have logarithmic scale axis instead of standard linear. In logarithmic axis equal distance along it represents an equal percentage change. It is very useful if you want to present large scale data on the same chart.

To make your axis logarithmic, all you need to do is to add:

<logarithmic>true</logarithmic>

in your axis settings.

Line & area chart can have logarithmic y left and right axis, column & bar chart – value axis, scatter and bubble chart – both x and y axis.

More info about logarithmic scale:

http://en.wikipedia.org/wiki/Logarithmic_scale

Free maps page launched

Sunday, November 18th, 2007

After the release of ammap 2.0 some users have decided to share their maps with all of you. So I launched "free maps" page where these contributed maps will appear. You can find the New Zealand map on this page now, but soon I will add several more. I invite you to join this initiative!

I also added a tutorial about creating custom maps.

Print charts with JavaScript

Tuesday, November 13th, 2007

Today I released v 1.3.1 of all charts. The main new feature is that now you can print charts with JavaScript. Check js_example.html to see how it works.

There are two functions for printing:

flashMovie.print();

and

flashMovie.printAsBitmap();

In most cases the first one, print() function will produce a better result. However if you have rotated by 90 degrees labels, transparent objects or background images, it might be better to use the second function.

Telligent reporting server is using amCharts

Tuesday, November 13th, 2007

I am proud to tell you that Telligent Reporting Server is using amCharts. Telligent is a world famous developer of Community Server and other products.

Reporting server demo

Let me know about how you use amCharts. E-mail me: marcelionis@gmail.com or post your message to the forums.