| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!-- Value between [] brackets, for example [#FFFFFF] shows default value which is used if this parameter is not set -->
|
|---|
| 3 | <!-- This means, that if you are happy with this value, you can delete this line at all and reduce file size -->
|
|---|
| 4 | <!-- value or explanation between () brackets shows the range or type of values you should use for this parameter -->
|
|---|
| 5 | <settings>
|
|---|
| 6 | <type>column</type> <!-- [column] (column / bar) -->
|
|---|
| 7 | <data_type>xml</data_type> <!-- [xml] (xml / csv) -->
|
|---|
| 8 | <csv_separator>;</csv_separator> <!-- [;] (string) csv file data separator (you need it only if you are using csv file for your data) -->
|
|---|
| 9 | <skip_rows>0</skip_rows> <!-- [0] (Number) if you are using csv data type, you can set the number of rows which should be skipped here -->
|
|---|
| 10 | <font>Garamond</font> <!-- [Arial] (font name) use device fonts, such as Arial, Times New Roman, Tahoma, Verdana... -->
|
|---|
| 11 | <text_size>15</text_size> <!-- [11] (Number) text size of all texts. Every text size can be set individually in the settings below -->
|
|---|
| 12 | <text_color>#FFFFFF</text_color> <!-- [#000000] (hex color code) main text color. Every text color can be set individually in the settings below-->
|
|---|
| 13 | <decimals_separator></decimals_separator> <!-- [,] (string) decimal separator. Note, that this is for displaying data only. Decimals in data xml file must be separated with dot -->
|
|---|
| 14 | <thousands_separator></thousands_separator> <!-- [ ] (string) thousand separator -->
|
|---|
| 15 | <digits_after_decimal></digits_after_decimal> <!-- [] (Number) if your value has less digits after decimal then is set here, zeroes will be added -->
|
|---|
| 16 | <redraw>true</redraw> <!-- [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 -->
|
|---|
| 17 | <!-- this function is beta, be careful. Legend, buttons labels will not be repositioned if you set your x and y values for these objects -->
|
|---|
| 18 | <reload_data_interval></reload_data_interval> <!-- [0] (Number) how often data should be reloaded (time in seconds) -->
|
|---|
| 19 | <preloader_on_reload></preloader_on_reload> <!-- [false] (true / false) Whether to show preloaded when data or settings are reloaded -->
|
|---|
| 20 | <add_time_stamp>false</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 -->
|
|---|
| 21 | <precision>2</precision> <!-- [2] (Number) shows how many numbers should be shown after comma for calculated values (percents) -->
|
|---|
| 22 | <depth>30</depth> <!-- [0] (Number) the depth of chart and columns (for 3D effect) -->
|
|---|
| 23 | <angle>25</angle> <!-- [30] (0 - 90) angle of chart area and columns (for 3D effect) -->
|
|---|
| 24 |
|
|---|
| 25 | <column>
|
|---|
| 26 | <type>clustered</type> <!-- [clustered] (stacked, 100% stacked) -->
|
|---|
| 27 | <width>50</width> <!-- [80] (0 - 100) width of column (in percents) -->
|
|---|
| 28 | <spacing>0</spacing> <!-- [5] (Number) space between columns of one category axis value, in pixels. Negative values can be used. -->
|
|---|
| 29 | <grow_time>0</grow_time> <!-- [0] (Number) grow time in seconds. Leave 0 to appear instantly -->
|
|---|
| 30 | <grow_effect>elastic</grow_effect> <!-- [elastic] (elastic, regular, strong) -->
|
|---|
| 31 | <alpha>100</alpha> <!-- [100] (Number) alpha of all columns -->
|
|---|
| 32 | <border_color>#FFFFFF</border_color> <!-- [#FFFFFF] (hex color code) -->
|
|---|
| 33 | <border_alpha></border_alpha> <!-- [0] (Number) -->
|
|---|
| 34 | <data_labels>
|
|---|
| 35 | <![CDATA[]]> <!-- [] ({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. -->
|
|---|
| 36 | </data_labels>
|
|---|
| 37 | <data_labels_text_color></data_labels_text_color> <!-- [text_color] (hex color code) -->
|
|---|
| 38 | <data_labels_text_size></data_labels_text_size> <!-- [text_size] (Number) -->
|
|---|
| 39 | <data_labels_position></data_labels_position> <!-- [] (inside, outside, above). This setting is only for clustered chart. -->
|
|---|
| 40 | <!-- if you set "above" for column chart, the data label will be displayed inside column, rotated by 90 degrees -->
|
|---|
| 41 |
|
|---|
| 42 | <balloon_text>
|
|---|
| 43 | <![CDATA[Grow in {series} ({title}) : {value}%]]> <!-- [] ({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. -->
|
|---|
| 44 | </balloon_text>
|
|---|
| 45 | <link_target></link_target> <!-- [] (_blank, _top ...) -->
|
|---|
| 46 | <gradient></gradient> <!-- [vertical] (horizontal / vertical) Direction of column gradient. Gradient colors are defined in graph settings below. -->
|
|---|
| 47 | </column>
|
|---|
| 48 |
|
|---|
| 49 | <line> <!-- Here are general settings for "line" graph type. You can set most of these settings for individual lines in graph settings below -->
|
|---|
| 50 | <connect></connect> <!-- [false] (true / false) whether to connect points if data is missing -->
|
|---|
| 51 | <width></width> <!-- [2] (Number) line width -->
|
|---|
| 52 | <alpha></alpha> <!-- [100] (Number) line alpha -->
|
|---|
| 53 | <fill_alpha></fill_alpha> <!-- [0] (Number) fill alpha -->
|
|---|
| 54 | <bullet></bullet> <!-- [] (square, round, square_outlined, round_outlined, 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 -->
|
|---|
| 55 | <bullet_size></bullet_size> <!-- [8] (Number) bullet size -->
|
|---|
| 56 | <data_labels>
|
|---|
| 57 | <![CDATA[{value}]]> <!-- [] ({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. -->
|
|---|
| 58 | </data_labels>
|
|---|
| 59 | <data_labels_text_color></data_labels_text_color> <!-- [text_color] (hex color code) -->
|
|---|
| 60 | <data_labels_text_size></data_labels_text_size> <!-- [text_size] (Number) -->
|
|---|
| 61 | <balloon_text>
|
|---|
| 62 | <![CDATA[{value}]]> <!-- [] use the same formatting rules as for data labels -->
|
|---|
| 63 | </balloon_text>
|
|---|
| 64 | <link_target></link_target> <!-- [] (_blank, _top ...) -->
|
|---|
| 65 | </line>
|
|---|
| 66 |
|
|---|
| 67 | <background> <!-- BACKGROUND -->
|
|---|
| 68 | <color>#000000</color> <!-- [#FFFFFF] (hex color code) -->
|
|---|
| 69 | <alpha>100</alpha> <!-- [0] (0 - 100) use 0 if you are using custom swf or jpg for background -->
|
|---|
| 70 | <border_color>#000000</border_color> <!-- [#FFFFFF] (hex color code) -->
|
|---|
| 71 | <border_alpha>15</border_alpha> <!-- [0] (0 - 100) -->
|
|---|
| 72 | <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 -->
|
|---|
| 73 | <!-- The chart will look for this file in amcolumn_path folder (amcolumn_path is set in HTML) -->
|
|---|
| 74 | </background>
|
|---|
| 75 |
|
|---|
| 76 | <plot_area> <!-- PLOT AREA (the area between axes) -->
|
|---|
| 77 | <color>#FFFFFF</color> <!-- [#FFFFFF](hex color code) -->
|
|---|
| 78 | <alpha>10</alpha> <!-- [0] (0 - 100) if you want it to be different than background color, use bigger than 0 value -->
|
|---|
| 79 | <border_color></border_color> <!-- [#000000] (hex color code) -->
|
|---|
| 80 | <border_alpha></border_alpha> <!-- [0] (0 - 100) -->
|
|---|
| 81 | <margins> <!-- plot area margins -->
|
|---|
| 82 | <left>80</left> <!-- [60](Number) -->
|
|---|
| 83 | <top>80</top> <!-- [60](Number) -->
|
|---|
| 84 | <right>80</right> <!-- [60](Number) -->
|
|---|
| 85 | <bottom>80</bottom> <!-- [80](Number) -->
|
|---|
| 86 | </margins>
|
|---|
| 87 | </plot_area>
|
|---|
| 88 |
|
|---|
| 89 | <grid> <!-- GRID -->
|
|---|
| 90 | <category> <!-- category axis grid -->
|
|---|
| 91 | <color>#FFFFFF</color> <!-- [#000000] (hex color code) -->
|
|---|
| 92 | <alpha>20</alpha> <!-- [15] (0 - 100) -->
|
|---|
| 93 | <dashed>true</dashed> <!-- [false](true / false) -->
|
|---|
| 94 | <dash_length>5</dash_length> <!-- [5] (Number) -->
|
|---|
| 95 |
|
|---|
| 96 | </category>
|
|---|
| 97 | <value> <!-- value axis grid -->
|
|---|
| 98 | <color>#FFFFFF</color> <!-- [#000000] (hex color code) -->
|
|---|
| 99 | <alpha>20</alpha> <!-- [15] (0 - 100) -->
|
|---|
| 100 | <dashed>true</dashed> <!-- [false] (true / false) -->
|
|---|
| 101 | <dash_length>5</dash_length> <!-- [5] (Number) -->
|
|---|
| 102 | <approx_count>10</approx_count> <!-- [10] (Number) approximate number of gridlines -->
|
|---|
| 103 | </value>
|
|---|
| 104 | </grid>
|
|---|
| 105 |
|
|---|
| 106 | <values> <!-- VALUES -->
|
|---|
| 107 | <category> <!-- category axis -->
|
|---|
| 108 | <enabled>true</enabled> <!-- [true] (true / false) -->
|
|---|
| 109 | <frequency>1</frequency> <!-- [1] (Number) how often values should be placed -->
|
|---|
| 110 | <rotate></rotate> <!-- [0] (0 - 90) angle of rotation. If you want to rotate by degree from 1 to 89, you must have font.swf file in fonts folder -->
|
|---|
| 111 | <color></color> <!-- [text_color] (hex color code) -->
|
|---|
| 112 | <text_size></text_size> <!-- [text_size] (Number) -->
|
|---|
| 113 | </category>
|
|---|
| 114 | <value> <!-- value axis -->
|
|---|
| 115 | <enabled>true</enabled> <!-- [true] (true / false) -->
|
|---|
| 116 | <reverse></reverse> <!-- [false] (true / false) whether to reverse this axis values or not. If set to true, values will start from biggest number and will end with a smallest number -->
|
|---|
| 117 | <min>0</min> <!-- [] (Number) minimum value of this axis. If empty, this value will be calculated automatically. -->
|
|---|
| 118 | <max></max> <!-- [] (Number) maximum value of this axis. If empty, this value will be calculated automatically -->
|
|---|
| 119 | <strict_min_max></strict_min_max> <!-- [false] (true / false) by default, if your values are bigger then defined max (or smaller then defined min), max and min is changed so that all the chart would fit to chart area. If you don't want this, set this option to true. -->
|
|---|
| 120 | <frequency>1</frequency> <!-- [1] (Number) how often values should be placed, 1 - near every gridline, 2 - near every second gridline... -->
|
|---|
| 121 | <rotate></rotate> <!-- [0] (0 - 90) angle of rotation. If you want to rotate by degree from 1 to 89, you must have font.swf file in fonts folder -->
|
|---|
| 122 | <skip_first>true</skip_first> <!-- [true] (true / false) to skip or not first value -->
|
|---|
| 123 | <skip_last>false</skip_last> <!-- [false] (true / false) to skip or not last value -->
|
|---|
| 124 | <color></color> <!-- [text_color] (hex color code) -->
|
|---|
| 125 | <text_size></text_size> <!-- [text_size] (Number) -->
|
|---|
| 126 | <unit>%</unit> <!-- [] (text) -->
|
|---|
| 127 | <unit_position>right</unit_position> <!-- [right] (right / left) -->
|
|---|
| 128 | <integers_only></integers_only> <!-- [false] (true / false) if set to true, values with decimals will be omitted -->
|
|---|
| 129 | </value>
|
|---|
| 130 | </values>
|
|---|
| 131 |
|
|---|
| 132 | <axes> <!-- axes -->
|
|---|
| 133 | <category> <!-- category axis -->
|
|---|
| 134 | <color>#FFFFFF</color> <!-- [#000000] (hex color code) -->
|
|---|
| 135 | <alpha>20</alpha> <!-- [100] (0 - 100) -->
|
|---|
| 136 | <width>1</width> <!-- [2] (Number) line width, 0 for hairline -->
|
|---|
| 137 | <tick_length>7</tick_length> <!-- [7] (Number) -->
|
|---|
| 138 | </category>
|
|---|
| 139 | <value> <!-- value axis -->
|
|---|
| 140 | <color>#FFFFFF</color> <!-- [#000000] (hex color code) -->
|
|---|
| 141 | <alpha>20</alpha> <!-- [100] (0 - 100) -->
|
|---|
| 142 | <width>1</width> <!-- [2] (Number) line width, 0 for hairline -->
|
|---|
| 143 | <tick_length>7</tick_length> <!-- [7] (Number) -->
|
|---|
| 144 | <logarithmic></logarithmic> <!-- [false] (true / false) If set to true, this axis will use logarithmic scale instead of linear -->
|
|---|
| 145 | </value>
|
|---|
| 146 | </axes>
|
|---|
| 147 |
|
|---|
| 148 | <balloon> <!-- BALLOON -->
|
|---|
| 149 | <enabled>true</enabled> <!-- [true] (true / false) -->
|
|---|
| 150 | <color></color> <!-- [] (hex color code) balloon background color. If empty, slightly darker then current column color will be used -->
|
|---|
| 151 | <alpha>100</alpha> <!-- [100] (0 - 100) -->
|
|---|
| 152 | <text_color>#000000</text_color> <!-- [0xFFFFFF] (hex color code) -->
|
|---|
| 153 | <text_size></text_size> <!-- [text_size] (Number) -->
|
|---|
| 154 | </balloon>
|
|---|
| 155 |
|
|---|
| 156 | <legend> <!-- LEGEND -->
|
|---|
| 157 | <enabled>true</enabled> <!-- [true] (true / false) -->
|
|---|
| 158 | <x>130</x> <!-- [] (Number) if empty, will be equal to left margin -->
|
|---|
| 159 | <y>110</y> <!-- [] (Number) if empty, will be below plot area -->
|
|---|
| 160 | <width></width> <!-- [] (Number) if empty, will be equal to plot area width -->
|
|---|
| 161 | <max_columns></max_columns> <!-- [] (Number) the maximum number of columns in the legend -->
|
|---|
| 162 | <color>#FFFFFF</color> <!-- [#FFFFFF] (hex color code) background color -->
|
|---|
| 163 | <alpha></alpha> <!-- [0] (0 - 100) background alpha -->
|
|---|
| 164 | <border_color>#FFFFFF</border_color> <!-- [#000000] (hex color code) border color -->
|
|---|
| 165 | <border_alpha>0</border_alpha> <!-- [0] (0 - 100) border alpha -->
|
|---|
| 166 | <text_color></text_color> <!-- [text_color] (hex color code) -->
|
|---|
| 167 | <text_size></text_size> <!-- [text_size] (Number) -->
|
|---|
| 168 | <spacing>5</spacing> <!-- [10] (Number) vertical and horizontal gap between legend entries -->
|
|---|
| 169 | <margins>0</margins> <!-- [0] (Number) legend margins (space between legend border and legend entries, recommended to use only if legend border is visible or background color is different from chart area background color) -->
|
|---|
| 170 | <key> <!-- KEY (the color box near every legend entry) -->
|
|---|
| 171 | <size>16</size> <!-- [16] (Number) key size-->
|
|---|
| 172 | <border_color></border_color> <!-- [] (hex color code) leave empty if you don't want to have border-->
|
|---|
| 173 | </key>
|
|---|
| 174 | </legend>
|
|---|
| 175 |
|
|---|
| 176 | <export_as_image> <!-- export_as_image feature works only on a web server -->
|
|---|
| 177 | <file></file> <!-- [] (filename) if you set filename here, context menu (then user right clicks on flash movie) "Export as image" will appear. This will allow user to export chart as an image. Collected image data will be posted to this file name (use amcolumn/export.php or amcolumn/export.aspx) -->
|
|---|
| 178 | <target></target> <!-- [] (_blank, _top ...) target of a window in which export file must be called -->
|
|---|
| 179 | <x></x> <!-- [0] (Number) x position of "Collecting data" text -->
|
|---|
| 180 | <y></y> <!-- [] (Number) y position of "Collecting data" text. If not set, will be aligned to the bottom of flash movie -->
|
|---|
| 181 | <color></color> <!-- [#BBBB00] (hex color code) background color of "Collecting data" text -->
|
|---|
| 182 | <alpha></alpha> <!-- [0] (0 - 100) background alpha -->
|
|---|
| 183 | <text_color></text_color> <!-- [text_color] (hex color code) -->
|
|---|
| 184 | <text_size></text_size> <!-- [text_size] (Number) -->
|
|---|
| 185 | </export_as_image>
|
|---|
| 186 |
|
|---|
| 187 | <error_messages> <!-- "error_messages" settings will be applied for all error messages except the one which is showed if settings file wasn't found -->
|
|---|
| 188 | <enabled></enabled> <!-- [true] (true / false) -->
|
|---|
| 189 | <x></x> <!-- [] (Number) x position of error message. If not set, will be aligned to the center -->
|
|---|
| 190 | <y></y> <!-- [] (Number) y position of error message. If not set, will be aligned to the center -->
|
|---|
| 191 | <color></color> <!-- [#BBBB00] (hex color code) background color of error message -->
|
|---|
| 192 | <alpha></alpha> <!-- [100] (0 - 100) background alpha -->
|
|---|
| 193 | <text_color></text_color> <!-- [#FFFFFF] (hex color code) -->
|
|---|
| 194 | <text_size></text_size> <!-- [text_size] (Number) -->
|
|---|
| 195 | </error_messages>
|
|---|
| 196 |
|
|---|
| 197 | <strings>
|
|---|
| 198 | <no_data></no_data> <!-- [No data for selected period] (text) if data is missing, this message will be displayed -->
|
|---|
| 199 | <export_as_image></export_as_image> <!-- [Export as image] (text) text for right click menu -->
|
|---|
| 200 | <collecting_data></collecting_data> <!-- [Collecting data] (text) this text is displayed while exporting chart to an image -->
|
|---|
| 201 | </strings>
|
|---|
| 202 |
|
|---|
| 203 | <labels> <!-- LABELS -->
|
|---|
| 204 | <!-- you can add as many labels as you want -->
|
|---|
| 205 | <label>
|
|---|
| 206 | <x>0</x> <!-- [0] (Number) -->
|
|---|
| 207 | <y>25</y> <!-- [0] (Number) -->
|
|---|
| 208 | <rotate></rotate> <!-- [false] (true, false) -->
|
|---|
| 209 | <width></width> <!-- [] (Number) if empty, will stretch from left to right untill label fits -->
|
|---|
| 210 | <align>center</align> <!-- [left] (left / center / right) -->
|
|---|
| 211 | <text_color></text_color> <!-- [text_color] (hex color code) button text color -->
|
|---|
| 212 | <text_size>18</text_size> <!-- [text_size](Number) button text size -->
|
|---|
| 213 | <text> <!-- [] (text) html tags may be used (supports <b>, <i>, <u>, <font>, <a href="">, <br/>. Enter text between []: <![CDATA[your <b>bold</b> and <i>italic</i> text]]>-->
|
|---|
| 214 | <![CDATA[<b>Real GDP Growth, 2004 – 2005</b>]]>
|
|---|
| 215 | </text>
|
|---|
| 216 | </label>
|
|---|
| 217 | </labels>
|
|---|
| 218 |
|
|---|
| 219 | <graphs> <!-- GRAPHS SETTINGS. These settings can also be specified in data file, as attributes of <graph>, in this case you can delete everything from <graphs> to </graphs> (including) -->
|
|---|
| 220 | <!-- It is recommended to have graph settings here if you don't want to mix data with other params -->
|
|---|
| 221 | <!-- copy <graph>...</graph> (including) as many times as many graphs you have and edit settings individually -->
|
|---|
| 222 | <!-- if graph settings are defined both here and in data file, the ones from data file are used -->
|
|---|
| 223 | <graph gid="0"> <!-- if you are using XML data file, graph "gid" must match graph "gid" in data file -->
|
|---|
| 224 | <type>column</type>
|
|---|
| 225 | <title>2004</title> <!-- [] (graph title) -->
|
|---|
| 226 | <color>#D2CB00</color> <!-- [] (hex color code) -->
|
|---|
| 227 | <alpha></alpha> <!-- [column.alpha] (0 - 100) -->
|
|---|
| 228 | <data_labels>
|
|---|
| 229 | <![CDATA[]]> <!-- [column.data_labels (line.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. -->
|
|---|
| 230 | </data_labels>
|
|---|
| 231 | <gradient_fill_colors></gradient_fill_colors> <!-- [] (hex color codes separated by comas) columns can be filled with gradients. Set any number of colors here. Note, that the legend key will be filled with color value, not with gradient. -->
|
|---|
| 232 | <balloon_color></balloon_color> <!-- [balloon.color] (hex color code) leave empty to use the same color as graph -->
|
|---|
| 233 | <balloon_alpha></balloon_alpha> <!-- [balloon.alpha] (0 - 100) -->
|
|---|
| 234 | <balloon_text_color></balloon_text_color> <!-- [balloon.text_color] (hex color code) -->
|
|---|
| 235 | <balloon_text>
|
|---|
| 236 | <![CDATA[]]> <!-- [column(line).balloon.text] ({title} {value} {series} {description} {percents}) You can format any balloon text: {title} will be replaced with real title, {value} - with value and so on. You can add your own text or html code too. -->
|
|---|
| 237 | </balloon_text>
|
|---|
| 238 | <!-- the settings below are used only if you your graph type is line -->
|
|---|
| 239 | <fill_alpha></fill_alpha> <!-- [0] (0 - 100) fill alpha (use it if you want to have area chart) -->
|
|---|
| 240 | <width></width> <!-- [2] (Number) line width -->
|
|---|
| 241 | <bullet></bullet> <!-- [line.bullet] (round, square, round_outlined, square_outlined, filename) -->
|
|---|
| 242 | <bullet_size></bullet_size> <!-- [line.bullet_size] (Number) bullet size -->
|
|---|
| 243 | <bullet_color></bullet_color> <!-- [] (hex color code) bullet color. If not defined, line color is used -->
|
|---|
| 244 | <visible_in_legend></visible_in_legend> <!-- [true] (true / false) whether to show legend entry for this graph or not -->
|
|---|
| 245 | </graph>
|
|---|
| 246 |
|
|---|
| 247 | <graph gid="1">
|
|---|
| 248 | <type>column</type>
|
|---|
| 249 | <title>2005</title>
|
|---|
| 250 | <color>#BEDF66</color>
|
|---|
| 251 | <alpha></alpha>
|
|---|
| 252 | </graph>
|
|---|
| 253 | </graphs>
|
|---|
| 254 | </settings>
|
|---|