amcharts柱状图配置中文解析_第1页
amcharts柱状图配置中文解析_第2页
amcharts柱状图配置中文解析_第3页
amcharts柱状图配置中文解析_第4页
amcharts柱状图配置中文解析_第5页
已阅读5页,还剩18页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

<?xmlversion="1.0"encoding="UTF-8"?>

<!--Valuebetween[]brackets,forexample[#FFFFFF]showsdefaultvaluewhichisusedifthisparameterisnotset-->

<!--Thismeans,thatifyouarehappywiththisvalue,youcandeletethislineatallandreducefilesize-->

<!--valueorexplanationbetween()bracketsshowstherangeortypeofvaluesyoushoulduseforthisparameter-->

<!--thetopleftcornerhascoordinatesx=0,y=0

-->

<!--"!"beforexoryposition(forexample:<x>!20</x>)meansthatthecoordinatewillbecalculatedfromtherightsideorthebottom-->

<settings>

<type></type>

<!--柱状图是纵向还是横向,默认纵向[column](column/bar)-->

<data_type></data_type>

<!--数据类型[xml](xml/csv)-->

<csv_separator></csv_separator>

<!--CSV数据类型的分隔符[;](string)

csvfiledataseparator(youneeditonlyifyou

areusingcsvfileforyourdata)-->

<skip_rows></skip_rows>

<!--[0](Number)ifyouareusingcsvdatatype,youcansetthe

numberofrowswhichshouldbeskippedhere-->

<font>Tahoma</font>

<!--[Arial](fontname)usedevicefonts,suchasArial,

TimesNewRoman,Tahoma,Verdana...-->

<text_size></text_size>

<!--[11](Number)textsizeofalltexts.Everytextsizecanbe

setindividuallyinthesettingsbelow-->

<text_color></text_color>

<!--[#000000](hexcolorcode)maintextcolor.Everytext

colorcanbesetindividuallyinthesettingsbelow-->

<decimals_separator></decimals_separator>

<!--[,](string)decimalseparator.Note,thatthisisfor

displayingdataonly.Decimalsindataxmlfilemustbe

separatedwithadot-->

<thousands_separator></thousands_separator>

<!--[](string)thousandseparator.use"none"

ifyoudon'twanttoseparate-->

<scientific_min></scientific_min>

<!--[0.000001]Ifabsolutevalueofyournumberisequalor

lessthenscientific_min,thisnumberwillbeformattedusing

scientificnotation,forexample:0.0000023->2.3e-6-->

<scientific_max></scientific_max>

<!--[1000000000000000]Ifabsolutevalueofyournumberisequal

orbiggerthenscientific_max,thisnumberwillbeformatted

usingscientificnotation,forexample:15000000000000000->1.5e16-->

<digits_after_decimal></digits_after_decimal>

<!--[](Number)ifyourvaluehaslessdigitsafterdecimal

thenissethere,zeroeswillbeadded-->

<redraw>true</redraw>

<!--如果chart的宽度或高度是用百分比设置的话,redraw为true则将在屏幕变化时

自动调整大小

[false](true/false)ifyourchart'swidthorheightissetinpercents,

andredrawissettotrue,thechartwillberedrawnthenscreensizechanges-->

<!--thisfunctionisbeta,becareful.Legend,buttonslabelswillnotberepositioned

ifyousetyourxandyvaluesfortheseobjects-->

<reload_data_interval></reload_data_interval>

<!--[0](Number)howoftendatashouldbereloaded(timeinseconds)-->

<preloader_on_reload></preloader_on_reload>

<!--[false](true/false)Whethertoshowpreloadedwhen

dataorsettingsarereloaded-->

<add_time_stamp></add_time_stamp>

<!--[false](true/false)iftrue,auniquenumberwillbeadded

everytimeflashloadsdata.Mainlythisfeatureisusefulif

yousetreload_data_interval-->

<precision></precision>

<!--[2](Number)showshowmanynumbersshouldbeshownafter

commaforcalculatedvalues(percents)-->

<depth>0</depth>

<!--柱子的纵深,用于3D效果[0](Number)thedepthofchartandcolumns(for3Deffect)-->

<angle>0</angle>

<!--柱子倾斜角度,用于3D效果[30](0-90)angleofchartareaandcolumns(for3Deffect)-->

<colors></colors>

<!--

[#FF6600,#FCD202,#B0DE09,#0D8ECF,#2A0CD0,#CD0D74,#CC0000,#00CC00,#0000CC,

#DDDDDD,#999999,#333333,#990000]

Colorsofgraphs.ifthegraphcolorisnotset,

colorfromthisarraywillbeused-->

<js_enabled></js_enabled>

<!--[true](true/false)Incaseyoudon'tuseanyflash-JavaScriptcommunication,

youshuoldsetthissettingtofalse-thiswillsavesomeCPUandwilldisable

thesecuritywarningmessagewhichappearswhenopeningthechartfromharddrive.-->

<column>

<type></type>

<!--柱子类型(集中型、堆栈图、100%堆栈图、3D柱状图)

[clustered](clustered,stacked,100%stacked,3dcolumn)-->

<width>85</width>

<!--柱子占栏的百分比[80](0-100)widthofcolumn(inpercents)

-->

<spacing>0</spacing>

<!--柱子间的间距[5](Number)spacebetweencolumnsofonecategoryaxisvalue,inpixels.

Negativevaluescanbeused.-->

<grow_time>3</grow_time>

<!--柱子生成时间[0](Number)growtimeinseconds.Leave0toappearinstantly-->

<grow_effect></grow_effect>

<!--柱子生成效果[elastic](elastic,regular,strong)-->

<sequenced_grow>true</sequenced_grow>

<!--逐个显示还是一起显示[false](true/false)whether

columnsshouldgrowatthesame

timeoroneafteranother-->

<alpha></alpha>

<!--[100](Number)alphaofallcolumns-->

<border_color></border_color>

<!--[#FFFFFF](hexcolorcode)-->

<border_alpha></border_alpha>

<!--[0](Number)-->

<data_labels><![CDATA[]]></data_labels>

<!--柱子值显示[]({title}{value}{series}{percents}{start}{difference}

{total})Youcanformatanydatalabel:{title}willbereplaced

withrealtitle,{value}-withvalueandsoon.Youcanaddyour

owntextorhtmlcodetoo.-->

<data_labels_text_color></data_labels_text_color>

<!--[text_color](hexcolorcode)-->

<data_labels_text_size></data_labels_text_size>

<!--[text_size](Number)-->

<data_labels_position></data_labels_position>

<!--柱子值显示位置[outside](inside,outside,above).

Thissettingisonlyforclusteredchart.-->

<!--ifyouset"above"forcolumnchart,thedatalabel

willbedisplayedinsidecolumn,rotated

by90degrees-->

<data_labels_always_on></data_labels_always_on>

<!--是否始终显示柱子值[false](true/false)

Ifthedatalabelis

placedinsideofthebar

orcolumn

(stackedchart)and

thebarorcolumn

istoo

smallforthelabeltofit,itishidden.

Ifyousetthissettingto"true",thedatalabels

willalwaysbevisible.-->

<balloon_text><![CDATA[]]></balloon_text>

<!--气球显示数据格式[]({title}{value}{series}{percents}

{start}{difference}{total})Youcanformatanydatalabel:

{title}willbereplacedwithrealtitle,{value}-withvalue

andsoon.Youcanaddyourowntextorhtmlcodetoo.-->

<link_target></link_target>

<!--[](_blank,_top...)-->

<gradient></gradient>

<!--颜色渐变方向[vertical](horizontal/vertical)Directionofcolumngradient.

Gradientcolorsaredefinedingraphsettingsbelow.-->

<bullet_offset></bullet_offset>

<!--子弹与柱子的间距[0](Number)distancefromcolumn/bartothebullet-->

<hover_brightness>30</hover_brightness>

<!--鼠标指向柱子时的明暗度[0](from-255to255)

Thecolumnmaydarken/lighten。whentheuserollsoverit.

Theintensitymaybesethere-->

</column>

<line>

<!--line类型曲线图参数设置Herearegeneralsettingsfor"line"graphtype.

Youcansetmostofthesesettingsforindividuallinesingraphsettingsbelow-->

<connect></connect>

<!--[false](true/false)whethertoconnectpointsifdataismissing-->

<width></width>

<!--[2](Number)linewidth-->

<alpha></alpha>

<!--[100](Number)linealpha-->

<fill_alpha></fill_alpha>

<!--[0](Number)fillalpha-->

<bullet></bullet>

<!--[](square,round,square_outlined,round_outlined,square_outline,

round_outline,filename.swf)canbeusedpredefinedbulletsorloaded

custombullets.Leaveemptyifyoudon'twanttohavebulletsatall.

Outlinedbulletsuseplotareacolorforoutlinecolor-->

<bullet_size></bullet_size>

<!--[8](Number)bulletsize-->

<data_labels><![CDATA[]]></data_labels>

<!--[]({title}{value}{series}{percents}{start}

{difference}{total})Youcanformatanydatalabel:

{title}willbereplacedwithrealtitle,{value}-with

valueandsoon.Youcanaddyourowntextorhtmlcodetoo.-->

<data_labels_text_color></data_labels_text_color>

<!--[text_color](hexcolorcode)-->

<data_labels_text_size></data_labels_text_size>

<!--[text_size](Number)-->

<balloon_text>

<![CDATA[]]>

<!--[]usethesameformattingrulesasfordatalabels-->

</balloon_text>

<link_target></link_target>

<!--[](_blank,_top...)-->

</line>

<background>

<!--BACKGROUND-->

<color></color>

<!--[#FFFFFF](hexcolorcode)Separatecolorcodeswithcomasforgradient-->

<alpha></alpha>

<!--[0](0-100)use0ifyouareusingcustomswforjpgforbackground-->

<border_color></border_color>

<!--[#000000](hexcolorcode)-->

<border_alpha>15</border_alpha>

<!--[0](0-100)-->

<file></file>

<!--[](filename)swforjpgfileofabackground.

Donotuseprogressivejpgfile,itwillbenotvisiblewithflashplayer7-->

<!--Thechartwilllookforthisfilein"path"folder("path"issetinHTML)-->

</background>

<plot_area>

<!--PLOTAREA(theareabetweenaxes)-->

<color></color>

<!--[#FFFFFF](hexcolorcode)Separatecolorcodeswithcomasforgradient-->

<alpha></alpha>

<!--[0](0-100)ifyouwantittobedifferentthanbackgroundcolor,

usebiggerthan0value-->

<border_color></border_color>

<!--[#000000](hexcolorcode)-->

<border_alpha></border_alpha>

<!--[0](0-100)-->

<margins>

<!--plotareamargins-->

<left>70</left>

<!--[60](Number/Number%)-->

<top>60</top>

<!--[60](Number/Number%)-->

<right>50</right>

<!--[60](Number/Number%)-->

<bottom>80</bottom>

<!--[80](Number/Number%)-->

</margins>

</plot_area>

<grid>

<!--网格参数GRID-->

<category>

<!--横轴网格参数设置categoryaxisgrid-->

<color></color>

<!--[#000000](hexcolorcode)-->

<alpha>5</alpha>

<!--[15](0-100)-->

<dashed></dashed>

<!--[false](true/false)-->

<dash_length></dash_length>

<!--[5](Number)-->

</category>

<value>

<!--纵轴网格参数设置valueaxisgrid-->

<color></color>

<!--[#000000](hexcolorcode)-->

<alpha>0</alpha>

<!--[15](0-100)-->

<dashed></dashed>

<!--[false](true/false)-->

<dash_length></dash_length>

<!--[5](Number)-->

<approx_count></approx_count>

<!--

纵轴的网格数目[10](Number)approximatenumberofgridlines-->

<fill_color>000000</fill_color>

<!--[#FFFFFF](hexcolorcode)everysecondareabetween

gridlineswillbefilledwiththiscolor

(youwillneedtosetfill_alpha>0)-->

<fill_alpha>5</fill_alpha>

<!--[0](0-100)opacityoffill-->

</value>

</grid>

<values>

<!--VALUES-->

<category>

<!--categoryaxis-->

<enabled></enabled>

<!--[true](true/false)-->

<frequency>3</frequency>

<!--横坐标标签出现频率[1](Number)howoftenvaluesshouldbeplaced-->

<start_from></start_from>

<!--[1](Number)youcansetseriesfromwhichcategory

valueswillbedisplayed-->

<rotate></rotate>

<!--横坐标倾斜角度[0](0-90)angleofrotation.Ifyouwanttorotateby

degreefrom1to89,youmusthavefont.swffileinfontsfolder-->

<color></color>

<!--[text_color](hexcolorcode)-->

<text_size></text_size>

<!--[text_size](Number)-->

<inside></inside>

<!--[false](true/false)ifsettotrue,axisvalueswill

bedisplayedinsideplotarea.Thissettingwillnotworkfor

valuesrotatedby1-89degrees(0and90only)-->

</category>

<value>

<!--valueaxis-->

<enabled>true</enabled>

<!--[true](true/false)-->

<reverse></reverse>

<!--[false](true/false)whethertoreversethisaxisvaluesornot.

Ifsettotrue,valueswillstartfrombiggestnumberandwillend

withasmallestnumber-->

<min></min>

<!--[](Number)minimumvalueofthisaxis.Ifempty,

thisvaluewillbecalculatedautomatically.-->

<max></max>

<!--[](Number)maximumvalueofthisaxis.Ifempty,

thisvaluewillbecalculatedautomatically-->

<strict_min_max></strict_min_max>

<!--[false](true/false)bydefault,ifyourvaluesarebigger

thendefinedmax(orsmallerthendefinedmin),

maxandminischangedsothatallthechartwouldfittochartarea.

Ifyoudon'twantthis,setthisoptiontotrue.-->

<frequency></frequency>

<!--几个纵轴网格显示值[1](Number)howoftenvaluesshouldbeplaced,

1-neareverygridline,2-neareverysecondgridline...-->

<rotate></rotate>

<!--纵轴标签倾斜角度[0](0-90)angleofrotation.

Ifyouwanttorotatebydegree

from1to89,youmust

havefont.swffileinfontsfolder-->

<skip_first></skip_first>

<!--[true](true/false)toskipornotfirstvalue-->

<skip_last></skip_last>

<!--[false](true/false)toskipornotlastvalue-->

<color></color>

<!--[text_color](hexcolorcode)-->

<text_size></text_size>

<!--[text_size](Number)-->

<unit></unit>

<!--单位[](text)-->

<unit_position></unit_position>

<!--[right](right/left)-->

<integers_only></integers_only>

<!--[false](true/false)ifsettotrue,valueswithdecimalswillbeomitted-->

<inside></inside>

<!--[false](true/false)ifsettotrue,axisvalueswillbedisplayed

insideplotarea.Thissettingwillnotworkforvaluesrotated

by1-89degrees(0and90only)-->

<duration></duration>

<!--[](ss/mm/hh/DD)Incaseyouwantyouraxistodisplayformatted

durationsinsteadofnumbers,youhavetosettheunitoftheduration

inyourdatafile.Forexample,ifyourvaluesindatafilerepresentsseconds,

set"ss"here.-->

</value>

</values>

<axes>

<!--axes-->

<category>

<!--categoryaxis-->

<color></color>

<!--[#000000](hexcolorcode)-->

<alpha></alpha>

<!--[100](0-100)-->

<width>1</width>

<!--[2](Number)linewidth,0forhairline-->

<tick_length></tick_length>

<!--[7](Number)-->

</category>

<value>

<!--valueaxis-->

<color></color>

<!--[#000000](hexcolorcode)-->

<alpha></alpha>

<!--[100](0-100)-->

<width>1</width>

<!--[2](Number)linewidth,0forhairline-->

<tick_length></tick_length>

<!--[7](Number)-->

<logarithmic></logarithmic>

<!--[false](true/false)Ifsettotrue,thisaxiswilluse

logarithmicscaleinsteadoflinear-->

</value>

</axes>

<balloon>

<!--BALLOON-->

<enabled></enabled>

<!--[true](true/false)-->

<color></color>

<!--[](hexcolorcode)balloonbackgroundcolor.Ifempty,

slightlydarkerthencurrentcolumncolorwillbeused-->

<alpha>85</alpha>

<!--[100](0-100)-->

<text_color></text_color>

<!--[#FFFFFF](hexcolorcode)-->

<text_size></text_size>

<!--[text_size](Number)-->

<max_width></max_width>

<!--[220](Number)Themaximumwidthofaballoon-->

<corner_radius></corner_radius>

<!--[0](Number)Cornerradiusofaballoon.Ifyousetit>0,

theballoonwillnotdisplayarrow-->

<border_width></border_width>

<!--[0](Number)-->

<border_alpha></border_alpha>

<!--[balloon.alpha](Number)-->

<border_color></border_color>

<!--[balloon.color](hexcolorcode)-->

</balloon>

<legend>

<!--LEGEND-->

<enabled></enabled>

<!--[true](true/false)-->

<x></x>

<!--[](Number/Number%/!Number)ifempty,willbeequaltoleftmargin-->

<y></y>

<!--[](Number/Number%/!Number)ifempty,willbebelowplotarea-->

<width></width>

<!--[](Number/Number%)ifempty,willbeequaltoplotareawidth-->

<max_columns></max_columns>

<!--[](Number)themaximumnumberofcolumnsinthelegend-->

<color></color>

<!--[#FFFFFF](hexcolorcode)backgroundcolor.Separatecolorcodes

withcomasforgradient-->

<alpha></alpha>

<!--[0](0-100)backgroundalpha-->

<border_color></border_color>

<!--[#000000](hexcolorcode)bordercolor-->

<border_alpha></border_alpha>

<!--[0](0-100)borderalpha-->

<text_color></text_color>

<!--[text_color](hexcolorcode)-->

<text_size></text_size>

<!--[text_size](Number)-->

<spacing></spacing>

<!--[10](Number)verticalandhorizontalgapbetweenlegendentries-->

<margins></margins>

<!--[0](Number)legendmargins(spacebetweenlegendborderandlegend

entries,recommendedtouseonlyiflegendborderisvisibleorbackground

colorisdifferentfromchartareabackgroundcolor)-->

<reverse_order></reverse_order>

<!--[false](true/false)whethertosortlegendentries

inareverseorder-->

<align></align>

<!--[left](left/center/right)alignmentoflegendentries-->

<key>

<!--KEY(thecolorboxneareverylegendentry)-->

<size></size>

<!--[16](Number)keysize-->

<border_color></border_color>

<!--[](hexcolorcode)leaveemptyifyoudon'twanttohaveborder-->

</key>

</legend>

<export_as_image>

<!--export_as_imagefeatureworksonlyonawebserver-->

<file></file>

<!--[](filename)ifyousetfilenamehere,contextmenu(thenuserrightclickson

flashmovie)"Exportasimage"willappear.Thiswillallowusertoexportchart

asanimage.Collectedimagedatawillbepostedtothisfilename(use

amcolumn/export.phporamcolumn/export.aspx)-->

<target></target>

<!--[](_blank,_top...)targetofawindowinwhichexportfilemustbecalled-->

<x></x>

<!--[0](Number/Number%/!Number)xpositionof"Collectingdata"text-->

<y></y>

<!--[](Number/Number%/!Number)ypositionof"Collectingdata"text.

Ifnotset,willbealignedtothebottomofflashmovie-->

<color></color>

<!--[#BBBB00](hexcolorcode)backgroundcolorof"Collectingdata"text-->

<alpha></alpha>

<!--[0](0-100)backgroundalpha-->

<text_color></text_color>

<!--[text_color](hexcolorcode)-->

<text_size></text_size>

<!--[text_size](Number)-->

</export_as_image>

<error_messages>

<!--"error_messages"settingswillbeappliedforallerrormessagesexcepttheone

whichisshowedifsettingsfilewasn'tfound-->

<enabled></enabled>

<!--[true](true/false)-->

<x></x>

<!--[](Number/Number%/!Number)xpositionoferrormessage.

Ifnotset,willbealignedtothecenter-->

<y></y>

<!--[](Number/Number%/!Number)ypositionoferrormessage.

Ifnotset,willbealignedtothecenter-->

<color></color>

<!--[#BBBB00](hexcolorcode)backgroundcoloroferrormessage.

Separatecolorcodeswithcomasforgradient-->

<alpha></alpha>

<!--[100](0-100)backgroundalpha-->

<text_color></text_color>

<!--[#FFFFFF](hexcolorcode)-->

<text_size></text_size>

<!--[text_size](Number)-->

</error_messages>

<strings>

<no_data></no_data>

<!--[Nodataforselectedperiod](text)ifdataismissing,thismessagewillbedisplayed-->

<export_as_image></export_as_image>

<!--[Exportasimage](text)textforrightclickmenu-->

<collecting_data></collecting_data>

<!--[Collectingdata](text)thistextisdisplayedwhileexporting

charttoanimage-->

<!--thestringsbelowareonlyimportantifyouformatyouraxisvaluesasdurations-->

<ss></ss>

<!--[]unitofseconds-->

<mm></mm>

<!--[:]unitofminutes-->

<hh></hh>

<!--[:]unitofhours-->

<DD></DD>

<!--[d.]unitofdays-->

</strings>

<context_menu>

<!--contextmenuallowsyoutocontrollright-clickmenuitems.Youcanaddcustommenu

itemstocreatecustomcontrols-->

<!--"function_name"specifiesJavaScriptfunctionwhichwillbecalledwhenuserclicks

onthismenu.Youcanpassvariables,forexample:function_name="alert('something')"-->

<!--"title"setsmenuitemtext.Donotusefortitle:Showall,Zoomin,Zoomout,

Print,Settings...-->

<!--youcanhaveanynumberofcustommenus.Uncommentthelinebelowtoenablethismenu

andaddapropriateJSfunctiontoyourhtmlfile.-->

<!--<menufunction_name="printChart"title="Printchart"></menu>-->

<default_items>

<zoom></zoom>

<!--[false](true/false)toshowornotflashplayerszoommenu-->

<print></print>

<!--[true](true/false)

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论