<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>amCharts &#038; amMap blog</title>
	<atom:link href="http://www.marcelionis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcelionis.com</link>
	<description>by Antanas Marcelionis</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:48:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stock chart 1.2.3.0 released</title>
		<link>http://www.marcelionis.com/2010/03/17/stock-chart-1-2-3-0-released/</link>
		<comments>http://www.marcelionis.com/2010/03/17/stock-chart-1-2-3-0-released/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 12:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=319</guid>
		<description><![CDATA[FEATURE ADDED:    A new setting, &#60;group_to_full_periods_only&#62; added. This setting affects the chart only if your data contains minutes or seconds. If this is set to false, the chart will try to group data to 10 and 30 sec or min intervals. Otherwise the chart will group to full periods only (seconds -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>FEATURE ADDED:    <br />A new setting, &lt;group_to_full_periods_only&gt; added. This setting affects the chart only if your data contains minutes or seconds. If this is set to false, the chart will try to group data to 10 and 30 sec or min intervals. Otherwise the chart will group to full periods only (seconds -&gt; minutes -&gt; hours&#8230;). Note, the default value is “false”. This means the default behavior of the chart was changed &#8211; you should set it to “true” in case you want to keep the old behavior.</p>
<p>FEATURE ADDED:    <br />Legend can now show change of the value/percents comparing to the previous date. Previously you could only show the change comparing to the first value of the selected period.</p>
<p>If you want to show percent change of a value comparing to a previous value, use:    <br /><strong>{close.percents.single}</strong></p>
<p>If you want to show value change comparing with previous value, use:    <br /><strong>{close.change.single}</strong></p>
<p><a href="http://www.amcharts.com/download/">Download Stock chart</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/03/17/stock-chart-1-2-3-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex charting components v 1.4.2.0 released</title>
		<link>http://www.marcelionis.com/2010/03/12/flex-charting-components-v-1-4-2-0-released/</link>
		<comments>http://www.marcelionis.com/2010/03/12/flex-charting-components-v-1-4-2-0-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 09:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=315</guid>
		<description><![CDATA[We have just released an update for amCharts flex charting components, with some nice new features:

coordinateToValue(coordinate) method added to ValueAxis. Converts coordinate (pixels) to value. 
recalculateToPercents property added to valueAxis. If you set it to true, values will be recalculated to percents, using first selected data items value as base value. To show percent values [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released an update for <a href="http://flex.amcharts.com">amCharts flex charting components</a>, with some nice new features:</p>
<ul>
<li>coordinateToValue(coordinate) method added to ValueAxis. Converts coordinate (pixels) to value. </li>
<li>recalculateToPercents property added to valueAxis. If you set it to true, values will be recalculated to percents, using first selected data items value as base value. To show percent values in balloons or legend, use [[percents.value]], [[percents.close]] tags. There is a checkbox “racalculate to percents” in <a href="http://flex.amcharts.com/examples/candlestick_and_ohlc">candlestick example</a>. Check it to see this feature in action.</li>
<li>graphs can have a different dataProviders from main chart&#8217;s data provider. Note: only categories available in chart&#8217;s dataProvider will be visible. </li>
<li>zoomToValues(startValue, endValue) method added to ValueAxis. It can only be used with XY chart. </li>
<li>When zooming XY chart, value axes dispatch axisZoomed event, with startValue and endValue properties. </li>
<li>invalidateData() method added to AmChart. </li>
</ul>
<p>Some minor bugs were fixed.</p>
<p><a href="http://flex.amcharts.com/download/">Download flex components</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/03/12/flex-charting-components-v-1-4-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amCharts Bundle for WPF v.1.1.6 Released</title>
		<link>http://www.marcelionis.com/2010/02/23/amcharts-bundle-for-wpf-v-1-1-6-released/</link>
		<comments>http://www.marcelionis.com/2010/02/23/amcharts-bundle-for-wpf-v-1-1-6-released/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:21:22 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/02/23/amcharts-bundle-for-wpf-v-1-1-6-released/</guid>
		<description><![CDATA[We have just released version 1.1.6 of amCharts Bundle for WPF. This is a maintenance release addressing a number of issues and adding a couple of minor features.
Download amCharts Bundle for WPF v.1.1.6
Don’t forget that we are running a 1 year anniversary promotion on all of our WPF &#38; Silverlight products. Click here for details.
Here’s [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released version 1.1.6 of amCharts Bundle for WPF. This is a maintenance release addressing a number of issues and adding a couple of minor features.</p>
<p><a href="http://wpf.amcharts.com/download">Download amCharts Bundle for WPF v.1.1.6</a></p>
<p>Don’t forget that we are running a 1 year anniversary promotion on all of our WPF &amp; Silverlight products. <a href="http://wpf.amcharts.com/buy">Click here for details</a>.</p>
<p>Here’s a change log for this release:</p>
<ul>
<li>FEATURE ADDED: ColumnChart: added MaximumColumnWidth property to set a limit on column width.</li>
<li>FEATURE ADDED: ColumnChart: added LabelTextWrapping property to control text wrapping in data labels. The default is Wrap.</li>
<li>PERFORMANCE IMPROVEMENT: XyChart: invisible lines are no longer rendered when chart is zoomed in</li>
<li>BUGFIX: ColumnChart: it wasn&#8217;t possible to select last column for zooming in.</li>
<li>BUGFIX: XyChart: scrollbars moved chart in the wrong direction when axes were reversed (IsReverse = true)</li>
<li>BUGFIX: XyChart: graphs were not automatically refreshed when adding data points</li>
<li>BUGFIX: XyChart: zooming didn&#8217;t work as expected when axes were reversed (IsReverse = true)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/02/23/amcharts-bundle-for-wpf-v-1-1-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amCharts for WPF &amp; SL Turns 1. 30% Off!</title>
		<link>http://www.marcelionis.com/2010/02/18/amcharts-for-wpf-sl-turns-1-30-off/</link>
		<comments>http://www.marcelionis.com/2010/02/18/amcharts-for-wpf-sl-turns-1-30-off/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:45:59 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts]]></category>
		<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/02/18/amcharts-for-wpf-sl-turns-1-30-off/</guid>
		<description><![CDATA[
One year ago on February 18th, 2009 the first public version of amCharts for WPF was released. To celebrate the anniversary we are giving you a 30% discount on all WPF &#38; Silverlight products for the remainder of February 2010.
Use HAPPYBIRTHDAY coupon code to get your discount.
Buy amCharts products for WPF &#38; Silverlight.
]]></description>
			<content:encoded><![CDATA[</p>
<p>One year ago on February 18th, 2009 the first public version of amCharts for WPF was released. To celebrate the anniversary we are giving you a <strong>30% discount</strong> on all WPF &amp; Silverlight products for the remainder of February 2010.</p>
<p>Use <strong>HAPPYBIRTHDAY</strong> coupon code to get your discount.</p>
<p><a href="http://wpf.amcharts.com/buy">Buy amCharts products for WPF &amp; Silverlight.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/02/18/amcharts-for-wpf-sl-turns-1-30-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premium Map Pack 2.1 (with all continents) released</title>
		<link>http://www.marcelionis.com/2010/02/16/premium-map-pack-2-1-with-all-continents-released/</link>
		<comments>http://www.marcelionis.com/2010/02/16/premium-map-pack-2-1-with-all-continents-released/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:20:34 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/02/16/premium-map-pack-2-1-with-all-continents-released/</guid>
		<description><![CDATA[We’re excitied to announce that new version of our Premium Map Pack 2.1 has been released which includes additional continents and logical groups. Here’s the full list of maps included in the pack:

World map
World map witgh Antarctica
North America
Central America
South America
Caribbean
Europe
Asia
Middle East
Africa
Oceania

Premium Map Pack is available as a free download for all owners of commercial amMap [...]]]></description>
			<content:encoded><![CDATA[<p>We’re excitied to announce that new version of our Premium Map Pack 2.1 has been released which includes additional continents and logical groups. Here’s the full list of maps included in the pack:</p>
<ul>
<li>World map</li>
<li>World map witgh Antarctica</li>
<li>North America</li>
<li>Central America</li>
<li>South America</li>
<li>Caribbean</li>
<li>Europe</li>
<li>Asia</li>
<li>Middle East</li>
<li>Africa</li>
<li>Oceania</li>
</ul>
<p>Premium Map Pack is available as a free download for all owners of commercial amMap licenses. Just login into our <a href="http://extra.amcharts.com/">customer area</a> to download.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/02/16/premium-map-pack-2-1-with-all-continents-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Quick Charts for WPF &amp; Silverlight</title>
		<link>http://www.marcelionis.com/2010/02/10/introducing-quick-charts-for-wpf-silverlight/</link>
		<comments>http://www.marcelionis.com/2010/02/10/introducing-quick-charts-for-wpf-silverlight/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:30:25 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/02/10/introducing-quick-charts-for-wpf-silverlight/</guid>
		<description><![CDATA[We have just released a first public beta of our new product – amCharts Quick Charts for WPF &#38; Silverlight. It’s a free and open source charting control set for both Silverlight and WPF.
Quick Charts motto is: Ease of Use, Speed, Small Footprint. It is amCharts Bundle&#8217;s little brother. It has less features, but concentrates [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released a first public beta of our new product – <a href="http://wpf.amcharts.com/quick">amCharts Quick Charts for WPF &amp; Silverlight</a>. It’s a free and open source charting control set for both Silverlight and WPF.</p>
<p>Quick Charts motto is: Ease of Use, Speed, Small Footprint. It is amCharts Bundle&#8217;s little brother. It has less features, but concentrates on what&#8217;s important for the majority of users. In order to achieve this we didn&#8217;t just strip the features off of amCharts Bundle, but created Quick Charts from scratch.</p>
<p>Current release supports line and column charts only. Support for other chart types coming soon.</p>
<p><a href="http://wpf.amcharts.com/download">Download amCharts Quick Charts for WPF &amp; Silverlight</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/02/10/introducing-quick-charts-for-wpf-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Premium Map Pack 2.0</title>
		<link>http://www.marcelionis.com/2010/02/02/introducing-premium-map-pack-2-0/</link>
		<comments>http://www.marcelionis.com/2010/02/02/introducing-premium-map-pack-2-0/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:51:35 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=302</guid>
		<description><![CDATA[What is it?
We’re extremely happy to announce a new addition to our offerings – Premium Map Pack. It is a result of months of scrupulous work. There are two main aspects that set maps from the new pack apart:

Increased level of detail. We took extreme care of making those maps as accurate and as detailed [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is it?</strong></p>
<p>We’re extremely happy to announce a new addition to our offerings – Premium Map Pack. It is a result of months of scrupulous work. There are two main aspects that set maps from the new pack apart:</p>
<ol>
<li>Increased level of detail. We took extreme care of making those maps as accurate and as detailed as possible. Coastlines, pennisulas, fjords, borders, are now presented in greater detail and accuracy. </li>
<li>Number of countries. World map now includes even more countries, territories and even tiny island nations. All in all 252 areas are represented! </li>
</ol>
<p>Current version of the Premium Map Pack includes four maps:</p>
<ul>
<li>World </li>
<li>World with Antarctica </li>
<li>World in Continents </li>
<li>Europe </li>
</ul>
<p>We will be adding the rest of the continens over the course of the coming weeks and possibly even other interesting maps in the future.</p>
<p>Check out a couple of sample strips from the Premium World map: <a href="http://www.ammap.com/examples/premium_world_map_demo_(europe)">Europe</a> and <a href="http://www.ammap.com/examples/premium_world_map_demo_(america)">America</a>.</p>
<p><strong>Availability</strong></p>
<p>As a thank you for our commercial license buyers we’re releasing Premium Map Pack as a free download for them. So if you own any amMap 2 license (including single-site) just head to our <a href="http://extra.amcharts.com/downloads/">customers’ download area</a>. (use your email you entered when ordering amMap and order reference id to login).</p>
<p>If you do not own a commercial license, now would be a perfect time to <a href="http://www.ammap.com/buy/">acquire one</a>. The licenses start at 85EUR.</p>
<p><strong><font color="#ff0000">UPDATE:</font></strong>&#160;<a href="http://www.ammap.com/news/premium-map-pack-2-1-with-all-continents-released">Premium Map Pack 2.1</a> now includes all main continents (North and South Americas, Europe, Asia, Africa, Oceania) plus several logical groups (Central America, Middle East, Caribbean)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/02/02/introducing-premium-map-pack-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XY and Radar charts added to Flex components</title>
		<link>http://www.marcelionis.com/2010/01/29/xy-and-radar-charts-added-to-flex-components/</link>
		<comments>http://www.marcelionis.com/2010/01/29/xy-and-radar-charts-added-to-flex-components/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=297</guid>
		<description><![CDATA[The most exciting news about version 1.4.0.0 is that we added XY (or Scatter/Bubble) and Radar (Polar) charts.
Upgrading from previous version
The new chart types caused some changes in the structure, so there will be several things you’ll need to do when migrating from previous versions. We are sorry for this inconvenience but we feel it [...]]]></description>
			<content:encoded><![CDATA[<p>The most exciting news about version 1.4.0.0 is that we added XY (or Scatter/Bubble) and Radar (Polar) charts.</p>
<p><strong>Upgrading from previous version</strong></p>
<p>The new chart types caused some changes in the structure, so there will be several things you’ll need to do when migrating from previous versions. We are sorry for this inconvenience but we feel it is the absolutely necessary change for the sake of consistency in all future versions.</p>
<p>1. AmCartesianChart class renamed to AmSerialChart – simply change the name in your applications.</p>
<p>2. “cartesian” folder with classes like AmGraph, ChartScrollbar, ChartCursor changed to “chartClasses” – if you import one of these classes in your Actionscript, you should change the path to the class.</p>
<p>3. AmChart, AmBalloon, AmLegend classes were moved from com.amcharts to com.amcharts.chartClasses. Change the paths to these classes too.</p>
<p>4. Even if you do not use these classes in your ActionScript, but only mxml, Flex builder can cache the old paths to these classes and show errors when compiling application. The most easy way to solve this is to remove all your amChart objects from the application, save it and bring it back exactly as it was. Now the application should compile properly.</p>
<p>5. CartesianChartEvent is renamed to SerialChartEvent.</p>
<p>6. PieChartEvent and SerialChartEvent (previously CartesianChartEvent) do not have dataUpdated event type anymore. dataUpdated event is now AmChartEvent’s type.</p>
<p>&#160;</p>
<p>The final version of Flex components will be released on February 8. We do not plan adding new features during this time. The structure won’t change again.</p>
<p><a href="http://flex.amcharts.com/download/">Download Flex charting components</a></p>
<p>Best regards,</p>
<p>amCharts team.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/01/29/xy-and-radar-charts-added-to-flex-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amMap 2.5.4 Released</title>
		<link>http://www.marcelionis.com/2010/01/27/ammap-2-5-4-released/</link>
		<comments>http://www.marcelionis.com/2010/01/27/ammap-2-5-4-released/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:25:35 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/01/27/ammap-2-5-4-released/</guid>
		<description><![CDATA[We have just released a new version amMap 2.5.4 [Download] with the whole slew of new features, enhancements and fixes:

FEATURE: new &#60;movie&#62; attribute: active [true] (true/false)       If set to &#34;false&#34; the movie will be invisible to mouse events (hover, click, etc.) even if behavior associated with it is set [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released a new version amMap 2.5.4 [<a href="http://www.ammap.com/download">Download</a>] with the whole slew of new features, enhancements and fixes:</p>
<ul>
<li><strong>FEATURE:</strong> new &lt;movie&gt; attribute: active [true] (true/false)       <br />If set to &quot;false&quot; the movie will be invisible to mouse events (hover, click, etc.) even if behavior associated with it is set &#8211; the mouse will rather interact with underlying map. This feature will allow you to create map overlays that do not interfear with the map functionality. </li>
<li><strong>FEATURE:</strong> you can now instruct amMap to preserve the original color of the area like it is set in the map SWF. Set &lt;area&gt;&lt;preserve_color&gt; to &quot;true&quot; if you want to preserve color of all the areas. To preserve the color for individual areas you can set &quot;preserve_color&quot; attribute in the &lt;area&gt; tag in your data. </li>
<li><strong>FEATURE:</strong> lines can now display rollover balloon.&#160;
<p>Additional parameters for &lt;line&gt; data tag:&#160; </p>
<p>- balloon [true] (true/flase): whether to display balloon on rollover or not.&#160; <br />- title [text] (): line title       </p>
<p>Additional related settings:&#160; </p>
<p>- &lt;line&gt;&lt;balloon_text&gt; [] ({title}): You can set any text here. Special code {title} will be replaced with whatever there is in &lt;line&gt;&#8217;s &quot;title&quot; attribute. </li>
<li><strong>FEATURE:</strong> new setting &lt;hover_focus&gt;:&#160; <br />&lt;movie&gt;&lt;hover_focus&gt; [false] (true/false)       <br />&lt;line&gt;&lt;hover_focus&gt; [false] (true/false)       <br />&lt;label&gt;&lt;hover_focus&gt; [false] (true/false)&#160;
<p>If set to true hovered movie/line/label will be brought in front of other movies/lines/labels. </li>
<li><strong>FEATURE:</strong> new setting &lt;area&gt;&lt;color_no_value&gt; [] (color hex code)       <br />If set all areas that do not have value attribute will be painted in this color. But only if other overriding color options are not set. I.e. color attribute in &lt;area&gt;, or &lt;preserve_color&gt; setting. </li>
<li><strong>TWEAK:</strong> amMap now supports areas with negative values correctly. </li>
<li><strong>BUG FIX:</strong> map enlargement was not functioning properly with redraw=true, again :) </li>
<li><strong>BUG FIX:</strong> setData and timeline slide transitions were leaving some leftover area data if some areas were missing in the new data. This is now corrected with one downside: you have to have &lt;color_unlisted&gt; set in your settings file, because otherwise the area will be left colored the way it was before setData/slide. </li>
<li><strong>NEW MAP:</strong> Costa Rica </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/01/27/ammap-2-5-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amStock 1.2.2.0 Released</title>
		<link>http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/</link>
		<comments>http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:03:17 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/</guid>
		<description><![CDATA[We have just released a new amStock 1.2.2.0 version with a whole slew of fixes and enhancements. [Download]

A new setting &#60;balloon_text&#62; was added to &#60;data_set_selector&#62; group. Sometimes data set title doesn&#8217;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. [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released a new amStock 1.2.2.0 version with a whole slew of fixes and enhancements. [<a href="http://www.amcharts.com/download">Download</a>]</p>
<ul>
<li>A new setting <strong>&lt;balloon_text&gt;</strong> was added to <strong>&lt;data_set_selector&gt;</strong> group. Sometimes data set title doesn&#8217;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.</li>
<li>A new setting, <strong>&lt;disable_custom_cursors&gt;</strong> was added. If you set it to true, custom hand and resize arrow cursors will be disabled. </li>
<li>A new setting, <strong>&lt;chart&gt;&lt;events&gt;&lt;show_date&gt;</strong> was added. If you set it to false, the date will not be displayed in the balloon (when you roll-over the event bullet) </li>
<li>When user clicks on a predefined period button, this JavaScript function is called: <strong>amPeriodSelected(chart_id, type, count, id);</strong> </li>
<li>Now you can select predefined period with this JavaScript function:
<p><strong>flashMovie.selectPeriod(id);        </p>
<p></strong>id is the pid attribute: &lt;period type=&quot;DD&quot; count=&quot;10&quot; pid=&quot;p1&quot;&gt;10D&lt;/period&gt; or order number of your period if you don&#8217;t have pid attribute. </li>
<li>amClickedOn and amRolledOver JavaScript functions now return Array of objects containing data set title, short title, id and values of a clicked date:
<p>amClickedOn(chart_id, date, period, data_object)       </p>
<p>data_object&#8217;s structure:       </p>
<p>a) when data is not grouped into longer periods:       <br />&#160;&#160;&#160; values:       <br />&#160;&#160;&#160;&#160;&#160; volume:       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; close: 21010110       <br />&#160;&#160;&#160; id: 0       <br />&#160;&#160;&#160; short: ES       <br />&#160;&#160;&#160; title: East Stock       </p>
<p>b) when data is grouped into longer periods:       <br />&#160;&#160;&#160; values:       <br />&#160;&#160;&#160;&#160;&#160; volume:       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; close: 16344710       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; high: 21587410       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; low: 16344710       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sum: 90934150       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; open: 16509710       <br />&#160;&#160;&#160; id: 1       <br />&#160;&#160;&#160; short: ES       <br />&#160;&#160;&#160; title: East Stock       </li>
<li>FIX:In some cases event bullets were incorrectly placed above the graph. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
