February 14th, 2008
I receive some nice feedback from amCharts and amMap users time to time, however don’t have a "Testimonials" page. But I can’t not share this one:
Wow! I must say that your products are amazing!
With just a little bit of time on Google I found your amMap. Of course, when I first saw it, I thought "Cool! But we can’t use it." Because I needed a custom map of Missouri, I didn’t think your product was viable. But, I kept coming back to it - it just wouldn’t leave me alone! It was way too cool! Well, the more I evaluated, the more viable it became. And the documentation about creating customized maps sent it over the top. Nothing else - and I do mean NOTHING - that I had reviewed came anywhere close. It was very intuitive and easy to use. Well, in a very short time, I was able to complete the project. It debuted on "Super Tuesday" (Feb 5, 2008) at http://www.sos.mo.gov/enrmaps/.
The basis of the project was to provide a series of maps/charts that showed who was leading the 2008 presidential preference primary in Missouri based on party and which counties had completed their vote totals. With the live data we already collected with an older application, watching the maps and charts change dynamically was really exciting! We usually get quite a bit of traffic anyway, but it increased with the interactive maps! We were mentioned by Karl Rove on the national Fox News broadcast and have been receiving many comments since about how fantastic the pages were and how did we do it.
Of course, I owe it all to you! I’m debating on whether to continue being selfish and hording you as my secret weapon, or being nice and sharing the info. Of course, in the end I’ll have to share, but I wanted to first contact you. Again, thanks for such wonderful products! Keep up the excellent work!
Erica Gage
Missouri Secretary of State
http://www.sos.mo.gov
If you’d like to leave some feedback on amCharts & amMap, you can post comments here, from now on this will be a testimonials page. Thank you!
Posted in amMap, amCharts | 4 Comments »
February 11th, 2008
We have just released a new version of "ASP.NET controls for amCharts". This version adds support for Line & Area charts. Other changes in this release:
- FEATURE ADDED: no flash player message is now customizable
- BUGFIX: export as image script url wasn’t properly resolved
- BUGFIX: ColumnChart: chart type wasn’t rendered to XML settings and it wasn’t possible to display bar charts
Posted in amCharts | No Comments »
February 5th, 2008
Interactive maps of Italy and Spain were added to the package. Fla files of maps files are available for enterprise license owners.
Posted in amMap | No Comments »
February 4th, 2008
We are happy to announce that support for Column & Bar charts was added to "ASP.NET Controls for amCharts". New version 1.0.0 Beta 2 with ColumnChart control is available for immediate download at the download page.
Posted in amCharts | No Comments »
January 29th, 2008
Since v 1.3.6 Column & Bar chart can display bullets (images) above the columns (or next to bars). Here is an example:
http://www.amcharts.com/column/images-above-the-columns/
This is done using "bullet" syntax:
<value xid="0" color="#7F8DA9" bullet="0.gif">12999</value>
This allows you to display logos or any other image/animated SWF file above the columns.
Posted in amCharts | No Comments »
January 29th, 2008
Since v 1.3.6 all charts with axes can display axis’ values inside plot area, like in these examples:
http://www.amcharts.com/xy/
http://www.amcharts.com/line/auto-reloading-chart/
This is done by setting:
<inside>true</inside>
in the settings file (for the <values> you need to be inside).
Both horizontal and vertical axes values can be displayed inside plot area.
Posted in amCharts | No Comments »
January 25th, 2008
AmCharts.com web site has a new look. And not only the look - more examples, better navigation, possibility to view data and settings of examples and more!
And don’t forget to check our error page :)
Posted in amCharts | No Comments »
January 22nd, 2008
I am happy to announce availability of the first beta version of "ASP.NET Controls for amCharts".
"ASP.NET Controls for amCharts" is a set of data-bound .NET controls for generating the code required to display amCharts in your ASP.NET 2.x (or higher) web sites.
Generating data for amCharts and modifying settings on the fly requires a substantial amount of data transformations and XML generation. This is were "ASP.NET Controls for amCharts" step in. This set of ASP.NET controls allows .NET developers to work with amCharts as they would normally do with any native data-bound ASP.NET controls.
Currently ASP.NET controls include support for Pie & Donut charts only.
"ASP.NET Controls for amCharts" are available for immediate download from http://www.amcharts.com/aspnet and if you order commercial version now you can save more that 70%!
ASP.NET controls were developed in cooperation with Alan Mendelevich.
Posted in amCharts | 1 Comment »
January 18th, 2008
I am happy to announce that new, well structured amCharts’ documentation is almost finished. It is still in beta phase and will be reviewed shortly. XY chart topics are on the way.
Posted in amCharts | 1 Comment »
December 22nd, 2007
First, let me wish you merry Christmas and Happy New Year!
I also have a small Christmas present in a form of new features for XY chart:
1) XY chart can be used as time plot now! This is useful for graphing values at irregular intervals. Both axis can display time values. Here is time plot example.
2) if your axis displays duration, you can format axis values now - instead of 130 seconds you can show 2:10 or 2 min 10 s or similar. Check the same example.
Posted in amCharts | 1 Comment »