January 20th, 2010
We have just released a new amStock 1.2.2.0 version with a whole slew of fixes and enhancements. [Download]
- A new setting <balloon_text> was added to <data_set_selector> group. Sometimes data set title doesn’t fit in the drop-down. If you set a value like {title} here, the roll-over balloon will display full title so users can read it. You can also display {short} title and a {description} in this balloon.
- A new setting, <disable_custom_cursors> was added. If you set it to true, custom hand and resize arrow cursors will be disabled.
- A new setting, <chart><events><show_date> was added. If you set it to false, the date will not be displayed in the balloon (when you roll-over the event bullet)
- When user clicks on a predefined period button, this JavaScript function is called: amPeriodSelected(chart_id, type, count, id);
- Now you can select predefined period with this JavaScript function:
flashMovie.selectPeriod(id);
id is the pid attribute: <period type="DD" count="10" pid="p1">10D</period> or order number of your period if you don’t have pid attribute.
- amClickedOn and amRolledOver JavaScript functions now return Array of objects containing data set title, short title, id and values of a clicked date:
amClickedOn(chart_id, date, period, data_object)
data_object’s structure:
a) when data is not grouped into longer periods:
values:
volume:
close: 21010110
id: 0
short: ES
title: East Stock
b) when data is grouped into longer periods:
values:
volume:
close: 16344710
high: 21587410
low: 16344710
sum: 90934150
open: 16509710
id: 1
short: ES
title: East Stock
- FIX:In some cases event bullets were incorrectly placed above the graph.
Posted in amCharts | Comments Off
December 16th, 2009
We’ve released version 1.1 of amCharts Stock Chart for WPF & Silverlight. Obviously the biggest change from 1.0 is support for Silverlight from a single code base. Licensees of WPF version get the Silverlight version for free and linkware version is free as usual for both WPF and Silverlight.
But Silverlight support is not the only noteworthy change in 1.1. Some of the important new features are these:
- 3 new EventBullet types: VerticalBand, HorizontalBand and GraphHighlight;
- support for mouse wheel scrolling and zooming;
- support for different colors for positive and negative columns in column graph;
- performance improvements.
And these are only the most noticeable changes. Find what’s changed from release candidate in the change log below and a complete log in the changelog.txt file included in distribution archive.
Download amCharts Stock Chart for WPF
Change log for v.1.1:
- FEATURE ADDED: added StockChart.ZoomInOnWheelDown property. When set to true (default) mouse wheel zooms in when your rotate mouse down. Otherwise zooms-in on mouse wheel rotated up.
- PERFORMANCE IMPROVEMENT: performance improvements in IsEquallySpaced=true (default) mode.
- CHANGE: GraphHighlight event bullets no longer turn into vertical line when collapsed but aren’t collapsed below 6 pixels width instead.
- BUGFIX: MouseWheel event was marked as handled even when it wasn’t actually handled (depending on modifier keys used)
- BUGFIX: dynamically removing and adding graphs, datasets, etc. caused exceptions and incorrect behavior
- BUGFIX: ValueChange and PercentChange legend types in period mode were calculated incorrectly.
- BUGFIX: EventBullets where not removed when graphs were removed
- BUGFIX: Silverlight version: scrollbar never appeared in comparison dataset listbox in DataSetSelector in Silverlight
- BUGFIX: WPF version: values on the right axis were arranged incorrectly
- BUGFIX: control wasn’t invalidated properly on data changes resulting in chart being hidden on startup
- BUGFIX: graphs assigned to right value axis were not rendered when removed and added back to the chart.
- BUGFIX: System.ArgumentException was thrown in some scenarios when zooming in (most notably with VerticalBand event bullet)
- COSMETIC FIX: event bullet balloons had no space around "-" between Date and ToDate
Posted in amCharts, amCharts for WPF | Comments Off
December 14th, 2009
Since v 1.3.2.0 beta we added additional swc file to the package of our Flex components – amChartsFB4.swc. This file was compiled for use with Flash Builder 4 (aka Gumbo) – enjoy!
Note, because of naming conflict style “depth” was changed to “depth3D” in this version (both in Flex 3 and Flash Builder 4 components). So if your charts were 3D, you should change this style name in your applications.
Posted in amCharts | Comments Off
December 10th, 2009
We’ve used a different licensing scheme for our WPF & Silverlight charts than for other products. According to feedback from several prospective customers, this created a lot of confusion. So, by popular demand, we’ve decided to unify licensing scheme across all products.
From now on in addition to free linkware license these license types are available for amCharts WPF & Silverlight products:
- Single application license – for use in a single non-redistributable application or web site you’ve developed for yourself or your client;
- Multiple applications license – for use in multiple non-redistributable applications or web sites you’ve developed for yourself or your clients;
- Developer (OEM) license – for use in redistributable applications. Includes access to source code.
Previous licenses will be honored for as long as they are valid and upgrade options for future major version updates will be offered.
Don’t forget that you can still get Stock Chart licenses with 30% discount. The offer expires really soon (within 1-2 weeks).
If you have any questions about this licensing change, licensing in general or any other non-technical inquiries about our WPF & Silverlight products, feel free to contact us at net@amcharts.com.
Posted in amCharts for WPF | Comments Off
December 8th, 2009
Release Candidate for version 1.1 of amCharts Stock Chart for WPF & Silverlight has just been posted. This release includes a number of bug fixes and improvements along with a couple minor new features. Based on your feedback we’ve added customization settings for mouse wheel scrolling and zooming feature, column graph can now display negative and positive values using PositiveBrush/NegativeBrush settings and more. See the complete change log below for details.
Download amCharts Stock Chart for WPF & Silverlight
This is most likely the last release before we ship a final 1.1 version, so it’s the last 1-2 weeks when you are able to take advantage of the 30% discount on Stock Chart licenses. Details are on the “buy” page.
Here’s a complete change log:
- FEATURE ADDED: added settings to customize mouse wheel scrolling and zooming: ScrollModifierKeys, ZoomModifierKeys, AcceleratedWheelModifierKeys and AcceleratedWheelFactor.
- FEATURE ADDED: added Graph.UsePositiveNegativeBrushForColumns property which when set to true makes column graph use PositiveBrush/NegativeBrush for columns instead of Fill/Stroke
- FEATURE ADDED: when zooming out and GraphHighlight event bullet becomes virtually invisible, it’s displayed as VerticalLine
- PERFORMANCE IMPROVEMENT: changes to data in Legend caused graph redraws
- BUGFIX: Scroller thumb wasn’t redrawn/placed properly when chart size was reduced
- BUGFIX: EventBullets were not stacking properly when different bullet types were stacked together
- BUGFIX: exceptions were thrown when attempting to display event bullets on a chart with no graphs
- BUGFIX: when current grouping interval stepped over EventBulletThresholdPeriod currently visible bullets were not removed
- BUGFIX: Silverlight version: some usage scenarios caused infinite layout loops
- COSMETIC IMPROVEMENT: EventBullet balloons show ToDate in GraphHighlight and VerticalBand bullet balloons, containers for missing data in balloons are collapsed, if there’s no data to show in the balloon, balloons is not displayed.
Posted in amCharts for WPF | Comments Off
December 3rd, 2009
We’ve released Beta 2 of version 1.1 of our Stock Chart control for WPF & Silverlight. This release includes several new exciting features:
- 3 new event bullet types: HorizontalBand – to highlight a range of values, VerticalBand – to highlight a range of dates/times, and GraphHighlight – to highlight a period on a graph. See these bullet types in action here.
- Mouse Wheel scrolling and zooming (control + wheel)
Both WPF and Silverlight versions are available for immediate download.
Don’t forget about 30% discount on Stock Chart licenses. This is only valid while Stock Chart v.1.1 is in beta which is not for long now.
Here’s a complete change log for this release:
- FEATURE ADDED: HorizontalBand and VerticalBand EventBullets to render vertical and horizontal guides on the chart.
- FEATURE ADDED: new GraphHighlight EventBullet type let’s you highlight a portion of graph between Date and ToDate
- FEATURE ADDED: Mouse wheel scrolling and zooming (ctrl+wheel). Subject to platform limitations in Silverlight.
- FEATURE ADDED: added LegendPeriodValueFormatString property to control format of values in legend in period mode separately.
- COSMETIC FEATURE: Silverlight version: Thumbs in scroller show up only when mouse is over it.
- COSMETIC IMPROVEMENT: Silverlight version: Cursor now changes to Scroll cursor when mouse is pressed inside a chart.
- BUGFIX: Silverlight version: there was an odd visual "effect" in column graph when chart was first loaded or when graph was switched on/off
- BUGFIX: Silverlight version: chart wasn’t updated when graphs were switched off/on via legend
- BUGFIX: zooming didn’t work properly when Chart.IsDataGroupingEnabled was set to false.
- BUGFIX: HorizontalLine and VerticalLine EventBullets where not rendered properly
Posted in amCharts for WPF | Comments Off
December 2nd, 2009
We just released the new version of amStock 1.2.1.0 [Download]
New features
- A new setting, <update_on_release_only> was added to <scroller> settings group. If you set it to true, the chart will not update while dragging or resizing scrollbar. The view will be updated only when you release mouse button. This is useful if you work with large data sets and want to make your chart work faster.
- Stripping unnecessary symbols from your data
A new setting, <strip_symbols> was added to <csv> settings group. For example:
<data_sets>
<data_set>
<csv>
<strip_symbols>",</strip_symbols>
Means the data parser will strip all " and , from your data before parsing.
- The chart can be scrolled with mouse wheel. Note, the chart must have focus (click once on the chart) in order this feature to work. This feature will not work if wmode is set to transparent or opaque (in your HTML).
Posted in amCharts | Comments Off
November 30th, 2009
We are happy to announce the release of the new version of amCharts Flex Components. The following features were added since the first release:
These are all main features we planned to add to Cartesian chart component until the final release. We plan to add XY and Radar charts to the component set before the end of 2009.
Posted in amCharts | Comments Off
November 20th, 2009
We’ve updated our ASP.NET Controls for amCharts to support new features of 1.6.4.0 version of flash components. A couple of bugs were fixed along the way. Here’s a change log:
- FEATURES ADDED: XyChart: FillColor, FillAlpha and MinMax properties added
- FEATURE ADDED: ColumnChart: ColumnHoverColor property added.
- FEATURE ADDED: ColumnChart: ColumnCornerRadiusTop and ColumnCornerRadiusBottom properties added
- BUGFIX: PreloaderForeColor and PreloaderBackgroundColor where not rendered properly when using know color names (Black, White, etc.)
- BUGFIX: PieChart: when custom Colors where not set and AppendSettingsToExternal property was set to true, custom colors in external settings file where overridden by defaults
- BUGFIX: LineChart: YRightGridXxx settings were not applied unless some non-default setting was set on the YLeftGridXxx
Download ASP.NET Controls for amCharts.
Posted in amCharts | Comments Off
November 20th, 2009
We’ve released a service release for amCharts Bundle for WPF. This release addresses the following issues:
- BUGFIX: SerialChart (line, column, etc.): when Series changed chart wasn’t automatically redrawn requiring developers to manually initiate Refresh
- BUGFIX: PieChart: when there were more than 1 slice but only one had value greater than 0, the slice wasn’t rendered properly.
- BUGFIX: ColumnChart: resizing of data-bound column chart sometimes resulted in halo effect
- BUGFIX: LineChart: when bound graph data contained data points with null or NaN values the graph wasn’t rendered properly.
- BUGFIX: XyChart: when X or Y of data points (or underlying objects) were not set, bullets were rendered in wrong places (lines not drawn at all)
Download amCharts Bundle for WPF v.1.1.5
Posted in amCharts for WPF | Comments Off