资源描述
<?xml version="1.0" encoding="UTF-8"?>
<!-- Value between [] brackets, for example [#FFFFFF] shows default value which is used if this parameter is not set -->
<!-- This means, that if you are happy with this value, you can delete this line at all and reduce file size -->
<!-- value or explanation between () brackets shows the range or type of values you should use for this parameter -->
<!-- the top left corner has coordinates x = 0, y = 0 -->
<!-- "!" before x or y position (for example: <x>!20</x>) means that the coordinate will be calculated from the right side or the bottom -->
<settings>
<type></type> <!-- 柱状图是纵向还是横向,默认纵向[column] (column / bar) -->
<data_type></data_type> <!-- 数据类型[xml] (xml / csv) -->
<csv_separator></csv_separator> <!-- CSV数据类型的分隔符[;] (string)
csv file data separator (you need it only if you
are using csv file for your data) -->
<skip_rows></skip_rows> <!-- [0] (Number) if you are using csv data type, you can set the
number of rows which should be skipped here -->
<font>Tahoma</font> <!-- [Arial] (font name) use device fonts, such as Arial,
Times New Roman, Tahoma, Verdana... -->
<text_size></text_size> <!-- [11] (Number) text size of all texts. Every text size can be
set individually in the settings below -->
<text_color></text_color> <!-- [#000000] (hex color code) main text color. Every text
color can be set individually in the settings below-->
<decimals_separator></decimals_separator> <!-- [,] (string) decimal separator. Note, that this is for
displaying data only. Decimals in data xml file must be
separated with a dot -->
<thousands_separator></thousands_separator> <!-- [ ] (string) thousand separator. use "none"
if you don't want to separate -->
<scientific_min></scientific_min> <!-- [0.000001] If absolute value of your number is equal or
less then scientific_min, this number will be formatted using
scientific notation, for example: 0.0000023 -> 2.3e-6 -->
<scientific_max></scientific_max> <!-- [1000000000000000] If absolute value of your number is equal
or bigger then scientific_max, this number will be formatted
using scientific notation, for example: 15000000000000000 -> 1.5e16 -->
<digits_after_decimal></digits_after_decimal> <!-- [] (Number) if your value has less digits after decimal
then is set here, zeroes will be added -->
<redraw>true</redraw> <!--如果chart的宽度或高度是用百分比设置的话,redraw为true则将在屏幕变化时
自动调整大小 [false] (true / false) if your chart's width or height is set in percents,
and redraw is set to true, the chart will be redrawn then screen size changes -->
<!-- this function is beta, be careful. Legend, buttons labels will not be repositioned
if you set your x and y values for these objects -->
<reload_data_interval></reload_data_interval> <!-- [0] (Number) how often data should be reloaded (time in seconds) -->
<preloader_on_reload></preloader_on_reload> <!-- [false] (true / false) Whether to show preloaded when
data or settings are reloaded -->
<add_time_stamp></add_time_stamp> <!-- [false] (true / false) if true, a unique number will be added
every time flash loads data. Mainly this feature is useful if
you set reload _data_interval -->
<precision></precision> <!-- [2] (Number) shows how many numbers should be shown after
comma for calculated values (percents) -->
<depth>0</depth> <!-- 柱子的纵深,用于3D效果[0] (Number) the depth of chart and columns (for 3D effect) -->
<angle>0</angle> <!-- 柱子倾斜角度,用于3D效果[30] (0 - 90) angle of chart area and columns (for 3D effect) -->
<colors></colors> <!-- [#FF6600,#FCD202,#B0DE09,#0D8ECF,#2A0CD0,#CD0D74,#CC0000,#00CC00,#0000CC,
#DDDDDD,#999999,#333333,#990000] Colors of graphs. if the graph color is not set,
color from this array will be used -->
<js_enabled></js_enabled> <!-- [true] (true / false) In case you don't use any flash - JavaScript communication,
you shuold set this setting to false - this will save some CPU and will disable
the security warning message which appears when opening the chart from hard drive. -->
<column>
<type></type> <!--柱子类型(集中型、堆栈图、100%堆栈图、3D柱状图)
[clustered] (clustered, stacked, 100% stacked, 3d column) -->
<width>85</width> <!--柱子占栏的百分比 [80] (0 - 100) width of column (in percents) -->
<spacing>0</spacing> <!--柱子间的间距 [5] (Number) space between columns of one category axis value, in pixels.
Negative values can be used. -->
<grow_time>3</grow_time> <!--柱子生成时间 [0] (Number) grow time in seconds. Leave 0 to appear instantly -->
<grow_effect></grow_effect> <!-- 柱子生成效果[elastic] (elastic, regular, strong) -->
<sequenced_grow>true</sequenced_grow> <!-- 逐个显示还是一起显示[false] (true / false) whether
columns should grow at the same time or one after another -->
<alpha></alpha> <!-- [100] (Number) alpha of all columns -->
<border_color></border_color> <!-- [#FFFFFF] (hex color code) -->
<border_alpha></border_alpha> <!-- [0] (Number) -->
<data_labels><![CDATA[]]></data_labels> <!--
柱子值显示 [] ({title} {value} {series} {percents} {start} {difference}
{total}) You can format any data label: {title} will be replaced
with real title, {value} - with value and so on. You can add your
own text or html code too. -->
<data_labels_text_color></data_labels_text_color> <!-- [text_color] (hex color code) -->
<data_labels_text_size></data_labels_text_size> <!-- [text_size] (Number) -->
<data_labels_position></data_labels_position> <!-- 柱子值显示位置[outside] (inside, outside, above).
This setting is only for clustered chart. -->
<!-- if you set "above" for column chart, the data label
will be displayed inside column, rotated by 90 degrees -->
<data_labels_always_on></data_labels_always_on> <!--是否始终显示柱子值 [false] (true / false)
If the data label is placed inside of the bar
or column (stacked chart) and the bar or column
is too small for the label to fit, it is hidden.
If you set this setting to "true",the data labels
will always be visible. -->
<balloon_text><![CDATA[]]></balloon_text> <!--气球显示数据格式 [] ({title} {value} {series} {percents}
{start} {difference} {total}) You can format any data label:
{title} will be replaced with real title, {value} - with value
and so on. You can add your own text or html code too. -->
<link_target></link_target> <!-- [] (_blank, _top ...) -->
<gradient></gradient> <!--
颜色渐变方向 [vertical] (horizontal / vertical) Direction of column gradient.
Gradient colors are defined in graph settings below. -->
<bullet_offset></bullet_offset> <!--子弹与柱子的间距 [0] (Number) distance from column / bar to the bullet -->
<hover_brightness>30</hover_brightness> <!--鼠标指向柱子时的明暗度 [0] (from -255 to 255)
The column may darken/lighten。 when the use rolls over it.
The intensity may be set here -->
</column>
<line> <!--line类型曲线图参数设置 Here are general settings for "line" graph type.
You can set most of these settings for individual lines in graph settings below -->
<connect></connect> <!-- [false] (true / false) whether to connect points if data is missing -->
<width></width> <!-- [2] (Number) line width -->
<alpha></alpha> <!-- [100] (Number) line alpha -->
<fill_alpha></fill_alpha> <!-- [0] (Number) fill alpha -->
<bullet></bullet> <!-- [] (square, round, square_outlined, round_outlined, square_outline,
round_outline, filename.swf) can be used predefined bullets or loaded
custom bullets. Leave empty if you don't want to have bullets at all.
Outlined bullets use plot area color for outline color -->
<bullet_size></bullet_size> <!-- [8] (Number) bullet size -->
<data_labels><![CDATA[]]></data_labels> <!-- [] ({title} {value} {series} {percents} {start}
{difference} {total}) You can format any data label:
{title} will be replaced with real title, {value} - with
value and so on. You can add your own text or html code too. -->
<data_labels_text_color></data_labels_text_color> <!-- [text_color] (hex color code) -->
<data_labels_text_size></data_labels_text_size> <!-- [text_size] (Number) -->
<balloon_text>
<![CDATA[]]> <!-- [] use the same formatting rules as for data labels -->
</balloon_text>
<link_target></link_target> <!-- [] (_blank, _top ...) -->
</line>
<background> <!-- BACKGROUND -->
<color></color> <!-- [#FFFFFF] (hex color code) Separate color codes with comas for gradient -->
<alpha></alpha> <!-- [0] (0 - 100) use 0 if you are using custom swf or jpg for background -->
<border_color></border_color> <!-- [#000000] (hex color code) -->
<border_alpha>15</border_alpha> <!-- [0] (0 - 100) -->
<file></file> <!-- [] (filename) swf or jpg file of a background.
Do not use progressive jpg file, it will be not visible with flash player 7 -->
<!-- The chart will look for this file in "path" folder ("path" is set in HTML) -->
</background>
<plot_area> <!-- PLOT AREA (the area between axes) -->
<color></color> <!-- [#FFFFFF](hex color code) Separate color codes with comas for gradient -->
<alpha></alpha> <!-- [0] (0 - 100) if you want it to be different than background color,
use bigger than 0 value -->
<border_color></border_color> <!-- [#000000] (hex color code) -->
<border_alpha></border_alpha> <!-- [0] (0 - 100) -->
<margins> <!-- plot area margins -->
<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> <!-- 横轴网格参数设置category axis grid -->
<color></color> <!-- [#000000] (hex color code) -->
<alpha>5</alpha> <!-- [15] (0 - 100) -->
<dashed></dashed> <!-- [false](true / false) -->
<dash_length></dash_length> <!-- [5] (Number) -->
</category>
<value> <!-- 纵轴网格参数设置value axis grid -->
<color></color> <!-- [#000000] (hex color code) -->
<alpha>0</alpha> <!-- [15] (0 - 100) -->
<dashed></dashed> <!-- [false] (true / false) -->
<dash_length></dash_length> <!-- [5] (Number) -->
<approx_count></approx_count> <!-- 纵轴的网格数目 [10] (Number) approximate number of gridlines -->
<fill_color>000000</fill_color> <!-- [#FFFFFF] (hex color code) every second area between
gridlines will be filled with this color
(you will need to set fill_alpha > 0) -->
<fill_alpha>5</fill_alpha> <!-- [0] (0 - 100) opacity of fill -->
</value>
</grid>
<values> <!-- VALUES -->
<category> <!-- category axis -->
<enabled></enabled> <!-- [true] (true / false) -->
<frequency>3</frequency> <!-- 横坐标标签出现频率[1] (Number) how often values should be placed -->
<start_from></start_from>
展开阅读全文