The following article, written by Bruce Richardson from AMR Research came to my attention. It highlights the use of amCharts in Business Intelligence software. This is one of the best references amCharts ever received. Thank you, Bruce!
Archive for March, 2009
Large corporations save using amCharts
Tuesday, March 31st, 2009amCharts for WPF 1.0 Beta Released
Monday, March 30th, 2009amCharts for WPF 1.0 Beta was released Today, as promised. The main addition to this release is support for column & bar charts. Some bugs were fixed and minor changes were made along the way. See change log below for the complete list.
You can download the latest version through our download page. As always amCharts for WPF are FREE under linkware license and commercial licenses are sold with 50% until the end of this week. The prices will go up on Monday, April 6, 2009.
Here’s a change log for the 1.0 Beta release:
- FEATURE ADDED: added support for Column and Bar charts
- FEATURE ADDED: SerialChart (line, column): IsStartedOnAxis property to offset category axis and grid values half a step from the boundaries. If true – no offset, false – offset.
- BREAKING CHANGE: type of PlotAreaBorderThickness changed from Thickness to double
- BUGFIX: ReverseOrder in Legend wasn’t working properly
- BUGFIX: SerialChart (line, column): guides and category guides weren’t invalidated/redrawn on zooming, resizing, etc.
- BUGFIX: SerialChart (line, column): Guides with StartValue/EndValue outside of plot area weren’t clipped properly.
- BUGFIX: SerialChart (line chart): IsEnabled setting of the graph wasn’t taken into account when calculating values of stacked graphs.
Current release is mostly feature-complete speaking about major features. We might throw in a couple of new smaller features before the final 1.0 release but the top priority for now is polishing what’s already implemented and providing you with stable, optimized, full-featured charting solution for your WPF applications.
Here are some areas we plan to improve before the stable realease:
- better balloon text/layout customization support;
- more properties which could be used in data labels and balloons;
- more events;
- improved performance;
- more samples and documentation.
Your feedback is especially crucial at this stage, so, if there are some features missing that you want to see in the next or future releases or you found some bug or quirk, we urge you to report it through our forums.
amMap v 2.4.0 released
Monday, March 30th, 2009I am happy to announce you amMap v 2.4.0. It has a long list of features which makes amMap even better:
Zooming to latitude and longitude is now supported
Now it’s enough to set latitude, longitude and zoom level for the movie or area, and after user will click on this object, the map will zoom-in centering the given latitude and longitude. For example:
<movie file=”target” title=”Vienna” lat=”48.2″ long=”16.3″ zoom=”500%”></movie>
You can also add lat and long attributes to the areas. Note, if you set zoom_x and zoom_y attributes, the chart will use them instead of lat and long. Check World capitals example to see this in action.
Zooming to longitude and latitude with JavaScript
A new JavaScript function:
flashMovie.setZoomLongLat(zoom_level,longitude,latitude,instant);
Allows zooming to latitude and longitude with JavaScript.
New JavaScript functions
flashMovie.zoomIn();
flashMovie.zoomOut();
Will zoom-in or zoom-out the map. You can use these functions for fixing zooming-with-mouse-wheel problem, which appears when the wmode is set to “transparent” or “opaque”.
Default colors for the movies
New settings:
<movie>
<color></color>
<color_hover></color_hover>
<color_selected></color_selected>
</movie>
Allows you to set general colors for the movies. Especially comfortable when a lot of the same movies are used, like in World capitals example.
Filling unlisted areas with some color
A new setting:
<area>
<color_unlisted></color_unlisted>
</area>
allows setting the color of the areas which are in the map file, but not listed in the data file. If you don’t set any color here, the area will keep it’s original color. This allows keeping data file smaller.
Smoothing images
A new setting, <force_smoothing> was added. If you use bitmap images as your maps, then you can set this to “true” – the quality of the image will be better (might slow down the zooming).
Disabling JavaScript functions
A new setting, <js_enabled> was added. It allows disabling all javascript-html communication. Id you set this to false, then the map won’t listen and won’t call any JavaScript functions. This will also disable the security warning message when opening the chart map your hard drive or CD.
World map updated
Some minor islands were added to the World map
amCharts and amMap team
Thursday, March 19th, 2009As people keep asking questions, we created the “about us” page. Let’s get acquainted!
More Samples and Tutorials
Tuesday, March 17th, 2009We have added to more samples to the demo application. One showcases stacked area chart usage and the other demonstrates how to bind the line chart control to a data source and update it dynamically.
We have also added 2 line chart walkthroughs to the documetation available online or as Windows help file download.
Map of Belgium added
Friday, March 13th, 2009Interactive map of Belgium with borders of provinces was added to the amMap package.
Line & Area Chart Released
Friday, March 13th, 2009We have just released a new version (0.9.5.0 Beta) of amCharts for WPF with support for Line and Area charts.
Key features of Line & Area chart:
- Zooming
- Scrolling
- Regular, Stacked and 100% Stacked charts
- Two Y-axes (left and right)
- Possibility to use a reversed Y-axis
- Linear or logarithmic scale of the Y-axis
- Active values can be displayed in the legend
- Show/hide graphs
- Show/hide value balloons
- Handles missing data gracefully
- Predefined or custom bullets
- Custom description for any data point
- Value indicator
- Support for simple column charts using vertical lines feature
- Axis values inside the plot area
- Support for data-binding
You can see Line and Area charts in action by viewing our demo. Or you can just download amCharts for WPF and start using them.
As always amCharts for WPF are FREE under linkware license. Commercial licenses are offered at 75% discount until Tuesday, March 17, 2009. On that day prices wil go up, so don’t miss your chance to save.
We would really appreciate your feedback via forums or email. Hope you enjoy using amCharts as we enjoy developing them.
Map of Canada added
Monday, March 9th, 2009Map of Canada added to the amMap package.
Stock chart visual editor
Friday, March 6th, 2009I am happy to announce that visual editor for stock chart was released today. Now you’ll be able to work with stock chart like with all other charts from amCharts bundle. This editor is a bit different from other charts, as the chart itself is different. The main difference is that the data should be placed inside the data set settings, not like for other charts.
It would be really nice to receive your feedback! (info@amcharts.com)
Stock chart can accept encrypted data
Tuesday, March 3rd, 2009Stock chart (since v 1.1.4.1) can accept encrypted data. This allows you to protect your data – people who will access your data file directly won’t be able to see the real data. Stock chart allows you to use your own encryption algorithms – it will load additional swf file which you can create yourself and will use this file for decrypting data. More information about this new feature can be found in the documentation.
