<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feeds.feedburner.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.1.2" --><rss 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/" version="2.0">

<channel>
	<title>amCharts &amp; amMap blog</title>
	<link>http://www.marcelionis.com</link>
	<description>by Antanas Marcelionis</description>
	<pubDate>Fri, 07 Nov 2008 09:20:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/marcelionis" type="application/rss+xml" /><item>
		<title>New maps added: US (Mercator projection) and UK (Regions)</title>
		<link>http://www.marcelionis.com/2008/11/07/new-maps-added-us-mercator-projection-and-uk-regions/</link>
		<comments>http://www.marcelionis.com/2008/11/07/new-maps-added-us-mercator-projection-and-uk-regions/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 09:20:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/11/07/new-maps-added-us-mercator-projection-and-uk-regions/</guid>
		<description><![CDATA[New maps were added to the package:
United states map (made using Mercator projection)
United Kingdom map with regions
Map of New Zealand was updated - it uses Mercator projection now and is more detailed.
All three maps are calibrated and can be used with real longitudes and latitudes.
]]></description>
			<content:encoded><![CDATA[<p>New maps were added to the package:</p>
<p><a href="http://www.ammap.com/examples/countries/united_states_mercator_projection">United states map</a> (made using Mercator projection)</p>
<p><a href="http://www.ammap.com/examples/countries/united_kingdom_regions">United Kingdom map with regions</a></p>
<p>Map of <a href="http://www.ammap.com/examples/countries/new_zealand">New Zealand</a> was updated - it uses Mercator projection now and is more detailed.</p>
<p>All three maps are calibrated and can be used with real longitudes and latitudes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/11/07/new-maps-added-us-mercator-projection-and-uk-regions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stock chart v 1.1.0.0 released</title>
		<link>http://www.marcelionis.com/2008/10/30/stock-chart-v-1100-released/</link>
		<comments>http://www.marcelionis.com/2008/10/30/stock-chart-v-1100-released/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 21:46:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/10/30/stock-chart-v-1100-released/</guid>
		<description><![CDATA[A lot of new features were added in Stock chart v 1.1.0.0:
Events in the settings file    Events can be added directly to the settings file, within &#60;events&#62;&#60;/events&#62; in the &#60;data_set&#62; section. This will allow you to have all the data in one file only.
Horizontal and vertical lines (guides)    The [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of new features were added in <a href="http://www.amcharts.com/stock">Stock chart</a> v 1.1.0.0:</p>
<p><strong>Events in the settings file</strong>    <br />Events can be added directly to the settings file, within &lt;events&gt;&lt;/events&gt; in the &lt;data_set&gt; section. This will allow you to have all the data in one file only.</p>
<p><strong>Horizontal and vertical lines (guides)</strong>    <br />The events were extended so that the chart can display horizontal and vertical guides (barriers). Check the new structured_products example to see how this is done. </p>
<p><strong>Base date of recalculation     <br /></strong>Previously, when comparing the data sets, the values were recalculated from the selected period first date or from the first date of the data set. Now you can set any base date.&#160; Value of a base date will be used as a base for recalculation. This might be useful for structured financial products. You can set the base using &lt;base_data&gt; setting in the &lt;comparing&gt; settings. Check the structured_products example to see how this is done. </p>
<p><strong>Show / hide events with JavaScript     <br /></strong>You can show/hide events with a new JS functions: flashMovie.showEvents(); and flashMovie.hideEvents(); </p>
<p><strong>12 or 24 hour format in the legend and axis     <br /></strong>12 hour time format can be displayed in the legend and axis values. To do this, you should set &lt;hour_format&gt;12&lt;/hour_format&gt; in the date_formats settings. Hours in the data file must always be in 24 hour format. </p>
<p><strong>Show comparing legend entries only </strong>    <br />You can make the legend to display entries of comparing data sets only and not to display the legend entry of a graph by setting &lt;comparing_only&gt; in the graphs&#8217;s legend settings. </p>
<p><strong>Hide date in the legend when mouse is away from plot area     <br /></strong>The date in the legend can be hidden when the mouse is not over the plot area. This might help you to avoid overlapping of date and legend entries, as the date takes more space when displaying period instead of single date. To hide the date, set: &lt;hide_date_on_period&gt;true&lt;/hide_date_on_period&gt; in the chart&#8217;s legend settings. </p>
<p><strong>Disabling interactivity     <br /></strong>You can disable all the interactivity of a chart by setting &lt;interactive&gt;false&lt;/interactive&gt; </p>
<p><strong>Error messages     <br /></strong>A new group of settings - &lt;error_messages&gt; was added. You can disable error messages, set colors and opacity. </p>
<p><strong>Keeping selected data sets after setSettings() function     <br /></strong>Previously, after you use setSettings() JavaScript function, the data sets selected by user were reset to the initial state. Now the chart keeps the selections. A new parameter to the setSettings function added, in order you don&#8217;t want to keep the selections:     <br />setSettings(settings, rebuild, reset_selected) </p>
<p><strong>BUG FIXES: </strong></p>
<p>flashMovie.print() and flashMovie.printAsBitmap() functions where not work properly in some cases.</p>
<p>JS functions amClickedOn(chart_id, date, period) and amRolledOver(chart_id, date, period) were returning not full date and undefined period in some cases.</p>
<p>JS function on error, amError(chart_id, message) wasn&#8217;t called when the error occurred.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/10/30/stock-chart-v-1100-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET Controls for amCharts version 1.6.0 released</title>
		<link>http://www.marcelionis.com/2008/10/30/aspnet-controls-for-amcharts-version-160-released/</link>
		<comments>http://www.marcelionis.com/2008/10/30/aspnet-controls-for-amcharts-version-160-released/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 07:21:40 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
		
		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/10/30/aspnet-controls-for-amcharts-version-160-released/</guid>
		<description><![CDATA[We are happy to announce immediate availability of ASP.NET Controls for amCharts version 1.6.0. This version includes support for Radar/Polar chart type and all new features found in amCharts Bundle version 1.6.0 (complete change log below).
You can download this new release through amCharts download page.
Change log for ASP.NET Controls for amCharts version 1.6.0:

FEATURE ADDED: Support [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce immediate availability of ASP.NET Controls for amCharts version 1.6.0. This version includes support for Radar/Polar chart type and all <a href="http://www.amcharts.com/news/amcharts-bundle-v-1600-everything-you-expected">new features</a> found in amCharts Bundle version 1.6.0 (complete change log below).</p>
<p>You can download this new release through <a href="http://www.amcharts.com/download">amCharts download page</a>.</p>
<p>Change log for ASP.NET Controls for amCharts version 1.6.0:</p>
<ul>
<li>FEATURE ADDED: Support for Radar charts</li>
<li>FEATURE ADDED: XyChart: Colors setting for default graph colors</li>
<li>FEATURE ADDED: XyChart: new bullet types</li>
<li>FEATURE ADDED: XyChart: added settings for bullets</li>
<li>FEATURE ADDED: XyChart: additional settings for balloon</li>
<li>FEATURE ADDED: XyChart: added settings for help button and balloon</li>
<li>FEATURE ADDED: XyChart: settings for scroller</li>
<li>FEATURE ADDED: XyChart: settings to control zoom</li>
<li>FEATURE ADDED: PieChart: added additional balloon settings</li>
<li>FEATURE ADDED: PieChart: SliceGradient and SliceGradientRatio properties to control gradients</li>
<li>FEATURE ADDED: PieChart: SliceHoverBrightness property to change slice brightness on hover</li>
<li>FEATURE ADDED: PieChart: DataLabelAvoidOverlapping property to prevent data labels from overlapping</li>
<li>FEATURE ADDED: LineChart: Colors setting for default graph colors</li>
<li>FEATURE ADDED: LineChart: added balloon settings</li>
<li>FEATURE ADDED: LineChart: YLeftAxisChartType and YRightAxisChartType properties for independent chart types for different axes</li>
<li>FEATURE ADDED: LineChart: SquareOutline and RoundOutline bullet types</li>
<li>FEATURE ADDED: LineChart: RescaleOnHide setting to control if chart should be rescaled when you hide/show graphs (defaults to true)</li>
<li>FEATURE ADDED: ColumnChart: SquareOutline and RoundOutline bullet types</li>
<li>FEATURE ADDED: ColumnChart: Colors collection for default graph colors</li>
<li>FEATURE ADDED: ColumnChart: new balloon properties BalloonMaxWidth, BalloonCornerRadius, BalloonBorderWidth, BalloonBorderAlpha, - BalloonBorderColor</li>
<li>FEATURE ADDED: ColumnChart: using ColumnHoverBrightness property you can make your columns lighter or      <br />darker when the user roll-overs them. </li>
<li>FEATURE ADDED: ColumnChart: ColumnSequencedGrow property so that columns grow one after another</li>
<li>FEATURE ADDED: added Column3D ColumnChartTypes enumeration value for 3d column chart</li>
<li>CHANGE: all charts: Zoom context menu is hidden by default</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/10/30/aspnet-controls-for-amcharts-version-160-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>amMap v 2.2.0 released</title>
		<link>http://www.marcelionis.com/2008/10/28/ammap-v-220-released/</link>
		<comments>http://www.marcelionis.com/2008/10/28/ammap-v-220-released/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 11:36:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/10/28/ammap-v-220-released/</guid>
		<description><![CDATA[A lot of news in amMap v 2.2.0:
Objects can be listed in a drop-down or a list box, a separate group of settings, &#60;object_list&#62; was added to control this drop down. Check World capitals example to see how it works.
Legend can be displayed on top of a map. A separate section of settings, &#60;legend&#62; was [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of news in amMap v 2.2.0:</p>
<p>Objects can be listed in a drop-down or a list box, a separate group of settings, &lt;object_list&gt; was added to control this drop down. Check <a href="http://www.ammap.com/examples/world_capitals">World capitals</a> example to see how it works.</p>
<p><a href="http://www.ammap.com/examples/grouped_areas">Legend</a> can be displayed on top of a map. A separate section of settings, &lt;legend&gt; was added to control the legend.</p>
<p>Instead of lines you can have <a href="http://www.ammap.com/examples/flight_routes">smoothed curves</a>. The &lt;line&gt; must have at least 3 points to produce a curve. </p>
<p>Balloon can have rounded corners (&lt;corner_radius&gt; setting was added).</p>
<p>The areas and movies can be <a href="http://www.ammap.com/examples/grouped_areas">linked together</a> so that when user rolls-over or clicks on the object some other objects changes the color too. </p>
<p>The default world map is much better calibrated now. The <a href="http://www.ammap.com/examples/world_capitals">World capitals</a> example uses real longitudes/latitudes for all the cities on the map.</p>
<p><a href="http://www.ammap.com/examples/countries/italy">Map of Italy</a> replaced with a much better one.</p>
<p>Also, <a href="http://www.ammap.com/">amMap</a> web site was redesigned, more examples were added!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/10/28/ammap-v-220-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Radar / Spider / Polar chart available</title>
		<link>http://www.marcelionis.com/2008/10/13/radar-spider-polar-chart-available/</link>
		<comments>http://www.marcelionis.com/2008/10/13/radar-spider-polar-chart-available/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:52:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/10/13/radar-spider-polar-chart-available/</guid>
		<description><![CDATA[I am happy to announce that amCharts bundle has a new member - Radar chart.&#160; Radar or Spider chart is a two-dimensional chart of three or more variables represented on axes starting from the same point. 
Examples:

Stacked radar chart
100% stacked spider chart
Polar chart

I hope this new chart will be useful!
]]></description>
			<content:encoded><![CDATA[<p>I am happy to announce that amCharts bundle has a new member - <a href="http://www.amcharts.com/radar/">Radar chart</a>.&#160; Radar or Spider chart is a two-dimensional chart of three or more variables represented on axes starting from the same point. </p>
<p>Examples:</p>
<ul>
<li><a href="http://www.amcharts.com/radar/stacked-radar-chart/">Stacked radar chart</a></li>
<li><a href="http://www.amcharts.com/radar/100-stacked-spider-chart/">100% stacked spider chart</a></li>
<li><a href="http://www.amcharts.com/radar/polar-chart/">Polar chart</a></li>
</ul>
<p>I hope this new chart will be useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/10/13/radar-spider-polar-chart-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stock chart 1.0.2.1 released</title>
		<link>http://www.marcelionis.com/2008/10/05/stock-chart-1021-released/</link>
		<comments>http://www.marcelionis.com/2008/10/05/stock-chart-1021-released/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 13:40:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/10/05/stock-chart-1021-released/</guid>
		<description><![CDATA[Feature added:   When comparing the graphs, you could set that the graph&#8217;s values must be recalculated to percents. With a new setting, &#60;recalculate_from_start&#62;, you can set that the first value of a graph would be used as &#34;base&#34; value for the recalculation. Previously only the first value of a selected period could be [...]]]></description>
			<content:encoded><![CDATA[<p>Feature added:   <br />When comparing the graphs, you could set that the graph&#8217;s values must be recalculated to percents. With a new setting, &lt;recalculate_from_start&gt;, you can set that the first value of a graph would be used as &quot;base&quot; value for the recalculation. Previously only the first value of a selected period could be used.&#160; </p>
<p>Improvement: Now, if the data source doesn&#8217;t have column which should be used as graph&#8217;s &lt;close&gt; data source, the graph will not have legend entry in the legend. The same is with comparing graphs - if the selected for comparing data set doesn&#8217;t have the column which must be used for comparing graph, This data set will not have entry in the legend.</p>
<p>Bug fix: &lt;digits_after_decimal&gt;&lt;data&gt; setting only added required number of zeros, not rounded the numbers when the data was grouped to a longer periods. </p>
<p>Bug fix: If the chart had graphs both on left and right axes and also had events, the events were displayed for two times instead of one. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/10/05/stock-chart-1021-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Source code released for Developer license owners</title>
		<link>http://www.marcelionis.com/2008/10/01/source-codes-released-for-developer-license-owners/</link>
		<comments>http://www.marcelionis.com/2008/10/01/source-codes-released-for-developer-license-owners/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:29:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amMap]]></category>

		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/10/01/source-codes-released-for-developer-license-owners/</guid>
		<description><![CDATA[Since today all Developer license owners will have access to source code of the tools they bought. This concerns amCharts bundle, Stock chart and amMap. 
If you own Developer license, send a message to info@amcharts.com with a request.
If you have any other license, and wish to upgrade to the Developer license, send a request&#160; to [...]]]></description>
			<content:encoded><![CDATA[<p>Since today all Developer license owners will have access to source code of the tools they bought. This concerns amCharts bundle, Stock chart and amMap. </p>
<p>If you own Developer license, send a message to <a href="mailto:info@amcharts.com">info@amcharts.com</a> with a request.</p>
<p>If you have any other license, and wish to upgrade to the Developer license, send a request&#160; to <a href="mailto:info@amcharts.com">info@amcharts.com</a>.</p>
<p>The main rules for the usage of the sources:</p>
<p>1) You can&#8217;t distribute sources or make them publicly available in any way.   <br />2) You can use sources to create modifications of the products, but not to create new products and distribute them.    <br />3) the sources are provided as they are, without any guarantee that you will understand them.    <br />4) no free support on the topics about sources is provided.</p>
<p>The full license agreement can be found <a href="http://www.amcharts.com/licenses/source_code/">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/10/01/source-codes-released-for-developer-license-owners/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for pie chart</title>
		<link>http://www.marcelionis.com/2008/09/29/fix-for-pie-chart/</link>
		<comments>http://www.marcelionis.com/2008/09/29/fix-for-pie-chart/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 15:07:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/09/29/fix-for-pie-chart/</guid>
		<description><![CDATA[In version 1.6.0.0 of pie chart&#160; {value} in data labels was displayed incorrectly. This problem is fixed in v 1.6.0.1, please update ampie.swf file. 
]]></description>
			<content:encoded><![CDATA[<p>In version 1.6.0.0 of <a href="http://www.amcharts.com/pie/">pie chart</a>&#160; {value} in data labels was displayed incorrectly. This problem is fixed in v 1.6.0.1, please update ampie.swf file. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/09/29/fix-for-pie-chart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smoothed lines available in Stock chart</title>
		<link>http://www.marcelionis.com/2008/09/28/smoothed-lines-available-in-stock-chart/</link>
		<comments>http://www.marcelionis.com/2008/09/28/smoothed-lines-available-in-stock-chart/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 11:48:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/09/28/smoothed-lines-available-in-stock-chart/</guid>
		<description><![CDATA[Since v 1.0.2.0 Stock chart supports line smoothing. The data points are connected with curves instead of straight lines. To achieve this, simply set:
&#60;smoothed&#62;true&#60;/smoothed&#62; in the graph&#8217;s settings. Comparing graphs can also be smoothed, you should set: &#60;comparing&#62;&#60;smoothed&#62;true&#60;/smoothed&#62;&#60;/comparing&#62; In chart&#8217;s settings.
Other updates in this version:
Percent sign (%) is added automatically to the Y axis values [...]]]></description>
			<content:encoded><![CDATA[<p>Since v 1.0.2.0 <a href="http://www.amcharts.com/stock">Stock chart</a> supports <a href="http://www.amcharts.com/stock/smoothed-line-chart">line smoothing</a>. The data points are connected with curves instead of straight lines. To achieve this, simply set:</p>
<p>&lt;smoothed&gt;true&lt;/smoothed&gt; in the graph&#8217;s settings. Comparing graphs can also be smoothed, you should set: &lt;comparing&gt;&lt;smoothed&gt;true&lt;/smoothed&gt;&lt;/comparing&gt; In chart&#8217;s settings.</p>
<p>Other updates in this version:</p>
<p>Percent sign (%) is added automatically to the Y axis values when comparing data sets and the &lt;recalculate&gt; is set to &quot;true&quot;. </p>
<p>Bug fix: when &lt;equal_spacing&gt; was set to &quot;false&quot; and there were multiple graphs with type &quot;column&quot;, the columns were displaced incorrectly. This problem was fixed in this version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/09/28/smoothed-lines-available-in-stock-chart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Map of Russia added</title>
		<link>http://www.marcelionis.com/2008/09/25/map-of-russia-added/</link>
		<comments>http://www.marcelionis.com/2008/09/25/map-of-russia-added/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 05:55:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2008/09/25/map-of-russia-added/</guid>
		<description><![CDATA[Map of Russian federation was added to a package.
]]></description>
			<content:encoded><![CDATA[<p>Map of <a href="http://www.ammap.com/examples/countries/russia/">Russian federation</a> was added to a package.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2008/09/25/map-of-russia-added/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
