Archive for November, 2009

Flex charting components v 1.3 beta released

Monday, 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.

ASP.NET Controls for amCharts v.1.6.4.0 Released

Friday, 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.

amCharts Bundle for WPF v.1.1.5

Friday, 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

Stock Chart for Silverlight Released

Thursday, November 19th, 2009

amCharts has just released a beta version of amCharts Stock Chart for Silverlight!

Stock Chart for Silverlight - click for live demo

This version includes all the cool advanced features of our WPF version and enables you to have spectacular advanced stock (and basically any date/time based data) charts in your Silverlight 3 applications.

amCharts Stock Chart is a powerful application that lets you forget about most of the boring parts in building complex statistical systems in Silverlight. It has built-in period and data set selection tools, and can group data into longer periods. This enables you to make drill-down charts without any additional coding, using one data set only. You can see it in action in the Stock Chart section of our site.

Key features:

FREE as usual

As with all the other amCharts products, you can use fully functional Stock Chart for Silverlight absolutely free. Even in commercial applications! The only trade-off is a small link back to amCharts web site displayed in the corner of the chart. If you wish to remove this link, you can purchase a commercial license (licenses with source code are available). While Stock Chart for Silverlight is in beta, you can get a commercial license with 30% discount. Just use a coupon code SILVERSTOCK while ordering. The license is good for both WPF & Silverlight versions. If you have bought a WPF Stock Chart license earlier, you get Silverlight version at no additional cost.

Enough said. Take a look at the demos, download your copy, add an advanced control to your Silverlight application and, please, help us spread the word.

kick it on DotNetKicks.com Shout it

amCharts Bundle 1.6.4.0 Released

Wednesday, November 18th, 2009

We have just released new versions of all the charts in amCharts Bundle (Column & Bar, Line & Area, Pie & Donut, Scatter & Bubble, Radar & Polar charts) [Download]

Heres a scoop of what’s been added:

Column & Bar Chart

  • FEATURE ADDED:

    Column corner radius

    Now columns can have rounded corners. Two different settings allow you specify different corner radiuses for columns top and bottom. You can also set the roundness in percents:

    <column>
       <corner_radius_top>100%</corner_radius_top>
       <corner_radius_bottom>8</corner_radius_bottom>

    [Sample]

  • FEATURE ADDED:

    Roll-over color for the columns. Previously you could only set the roll-over
    brightness. Now you can set a color to which the column will change when user rolls-over the column:
    <column>
      <hover_color>#CC0000</hover_color>

Scatter & Plot (XY) Chart

  • FEATURE ADDED
    New settings added to the <graph>:
    <fill_color> – sets the fill color of the graph. Note, the fill will work differently then in Line chart – it won’t fill the area between graph and axis, but rather fill the shape of the graph.
    <fill_alpha>  – sets fill opacity.
    <min_max> – you can tell the chart that it shouldn’t include graphs values when calculating min and max of the chart.
    The settings above allows you to simulate guides, draw colored areas on your chart. Check bulls_eye example to see this in action. [Sample]

All Charts 

  • FEATURE ADDED
    amReturnParam function also returns the param name:
    amReturnParam(chart_id, value, param);

Stock Chart for WPF version 1.0.1

Monday, November 9th, 2009

We’ve released version 1.0.1 of amCharts Stock Chart for WPF which includes a number of bug fixes.

Downoald amCharts Stock Chart for WPF.

Here’s a change log:

  • BUGFIX: Graph.LegendPeriodItemType didn’t work properly when set to ValueChange or PercentChange
  • BUGFIX: when adding first DataSet via code an exception was thrown.
  • BUGFIX: when there were no graphs associated with value axis on load, the axis wasn’t implicitly created later when the graph was added from code.
  • BUGFIX: in some scenarios first available data item wasn’t shown when zooming out
  • BUGFIX: sometimes values 00:00:00 were randomly displayed on DateTimeAxis.
  • BUGFIX: PercentChange in Legend wasn’t properly updated for Period legend items
  • BUGFIX: when real data precision was hour, minute, second or millisecond an exception was generated

amMap 2.5.3 Released

Friday, November 6th, 2009

We just released amMap 2.5.3 [Download]

Changes:

  • FEATURE: new setting <zoom><grid_click_enabled>
      If set to true clicks anywhere on zoom control’s grid will zoom
      to that level rather then register as click on a map simmilar
      to Google Maps (this is the default behavior from now on)
  • FEATURE: if <line> has "hover_color" property it will now generate
      rollover and click events like movies/areas and will invoke
      amRegisterHover(map_id, oid) and amRegisterClick(map_id, oid)
      JavaScript functions respectively.
  • BUG FIX: timeline now correctly passes "map_id" parameter to
      amMap which in turn correctly returns it with event functions.

amStock 1.2.0.0 Released

Thursday, November 5th, 2009

We have just released new version of amStock 1.2.0.0 [Download]

FEATURES ADDED:

  • Columns can now have rounded corners – thanks to the new setting for <graph>:<corner_radius>.
    You can set corner radius in pixels or in percents. For example, 100%. (However from usability side we don’t recommend doing this).
  • The chart can display balloon with data set’s title when user rolls-over the legend item. This is convenient when you have short data set name in the legend and want to see the full name on roll-over. To enable this feature, set <chart><legend><show_balloon> to true.
  • Possibility to set <bg_alpha> (background opacity) for period_selector buttons.
  • An additional parameter is passed to amGetZoom function – period. It tells which period is currently used (if the chart groups data). So now the the chart calls this function and passes: amGetZoom(chart_id, from, to, period).
  • amReturnParam function also returns the param name: amReturnParam(chart_id, value, param);