﻿<?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>19~Blog &#124; &#187; 图表</title>
	<atom:link href="http://www.ll19.com/tag/chart/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ll19.com</link>
	<description>今天总是好过昨天~原来，冥冥之中，自有天意。</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>三个统计图表</title>
		<link>http://www.ll19.com/chart.html</link>
		<comments>http://www.ll19.com/chart.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:43:47 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[图表]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=175</guid>
		<description><![CDATA[三个统计图表（柱状图、饼状图、线性图）。 因为项目原因写了三个简单的统计图，效果如下(上方为线性图效果)：- 源码下载 - 用法：给FLASH传入的U参数是一个XML地址，根据XML的不同图表会显示相关的统计内容，具体的XML格式请参考下面提供的例子： 线性图的XML： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;root&#62; &#60;title x=&#34;月份&#34; y=&#34;发布文章数（篇）&#34;&#62;近三年每月发布文章数对比图&#60;/title&#62; &#60;name y1=&#34;2009年&#34; y2=&#34;2008年&#34; y3=&#34;2007年&#34;/&#62; &#60;table&#62; &#60;row xname=&#34;1&#34; y1=&#34;2&#34; y2=&#34;0&#34; y3=&#34;2&#34;/&#62; &#60;row xname=&#34;2&#34; y1=&#34;3&#34; y2=&#34;0&#34; y3=&#34;3&#34;/&#62; &#60;row xname=&#34;3&#34; y1=&#34;1&#34; y2=&#34;0&#34; y3=&#34;2&#34;/&#62; &#60;row xname=&#34;4&#34; y1=&#34;1&#34; [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/chart.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

