01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
< anychart > |
03 |
< charts > |
04 |
< chart plot_type = "HeatMap" > |
05 |
< palettes > |
06 |
< palette name = "custom" type = "Distinct" > |
07 |
< item color = "#00A957" /> |
08 |
< item color = "#4DBA72" /> |
09 |
< item color = "#9CD088" /> |
10 |
< item color = "#D1E4A0" /> |
11 |
< item color = "#F0F2B8" /> |
12 |
</ palette > |
13 |
</ palettes > |
14 |
< thresholds > |
15 |
< threshold name = "autoTr" type = "AbsoluteDeviation" range_count = "5" palette = "custom" /> |
16 |
</ thresholds > |
17 |
< data_plot_settings > |
18 |
< heat_map > |
19 |
< heat_map_style > |
20 |
< fill type = "Gradient" > |
21 |
< gradient angle = "90" > |
22 |
< key color = "Blend(DarkColor(%Color),%Color,0.3)" /> |
23 |
< key color = "%Color" /> |
24 |
</ gradient > |
25 |
</ fill > |
26 |
< effects enabled = "true" > |
27 |
< bevel enabled = "true" highlight_opacity = "0.3" shadow_opacity = "0.3" distance = "2" /> |
28 |
</ effects > |
29 |
< states > |
30 |
< hover > |
31 |
< fill type = "Gradient" > |
32 |
< gradient angle = "90" > |
33 |
< key color = "%Color" /> |
34 |
< key color = "Blend(LightColor(%Color),%Color,0.5)" /> |
35 |
</ gradient > |
36 |
</ fill > |
37 |
< effects enabled = "true" > |
38 |
< bevel enabled = "true" highlight_opacity = "0.7" shadow_opacity = "0.7" distance = "3" /> |
39 |
</ effects > |
40 |
</ hover > |
41 |
< pushed > |
42 |
< effects enabled = "true" > |
43 |
< bevel enabled = "true" highlight_opacity = "0.5" shadow_opacity = "0.5" distance = "2" highlight_color = "Black" shadow_color = "White" /> |
44 |
</ effects > |
45 |
</ pushed > |
46 |
< selected_normal > |
47 |
< hatch_fill enabled = "true" type = "Percent50" opacity = "1" color = "Red" /> |
48 |
</ selected_normal > |
49 |
< selected_hover > |
50 |
< hatch_fill enabled = "true" type = "Percent50" opacity = "1" color = "Yellow" /> |
51 |
</ selected_hover > |
52 |
</ states > |
53 |
</ heat_map_style > |
54 |
< tooltip_settings enabled = "true" > |
55 |
< format > <![CDATA[
|
56 |
Row: {%Row} |
57 |
Column: {%Column} |
58 |
Value: {%YValue}{numDecimals:0} |
59 |
]]> </ format > |
60 |
< background > |
61 |
< corners type = "Rounded" all = "3" /> |
62 |
</ background > |
63 |
</ tooltip_settings > |
64 |
< label_settings enabled = "true" > |
65 |
< position anchor = "Center" valign = "Center" halign = "Center" padding = "0" /> |
66 |
< format > <![CDATA[ {%Value}{numDecimals:0} ]]> </ format > |
67 |
< states > |
68 |
< hover > |
69 |
< font > |
70 |
< effects enabled = "true" > |
71 |
< glow enabled = "true" color = "White" blur_x = "3" blur_y = "3" opacity = "1" strength = "2" /> |
72 |
</ effects > |
73 |
</ font > |
74 |
</ hover > |
75 |
</ states > |
76 |
</ label_settings > |
77 |
</ heat_map > |
78 |
</ data_plot_settings > |
79 |
< chart_settings > |
80 |
< axes > |
81 |
< x_axis > |
82 |
< title > |
83 |
< text > <![CDATA[ Columns ]]> </ text > |
84 |
</ title > |
85 |
</ x_axis > |
86 |
< y_axis > |
87 |
< title > |
88 |
< text > <![CDATA[ Rows ]]> </ text > |
89 |
</ title > |
90 |
</ y_axis > |
91 |
</ axes > |
92 |
< legend enabled = "true" ignore_auto_item = "True" rows_padding = "2" > |
93 |
< format > <![CDATA[ {%Icon} {%RangeMin}{numDecimals:0} - {%RangeMax}{numDecimals:0} ]]> </ format > |
94 |
< title enabled = "False" /> |
95 |
< items > |
96 |
< item source = "Thresholds" /> |
97 |
</ items > |
98 |
</ legend > |
99 |
< title > |
100 |
< text > <![CDATA[ Heat Map: Automatic Threshold ]]> </ text > |
101 |
</ title > |
102 |
</ chart_settings > |
103 |
< data > |
104 |
< series threshold = "autoTr" > |
105 |
< point row = "r0" column = "c0" y = "30" /> |
106 |
< point row = "r0" column = "c1" y = "28" /> |
107 |
< point row = "r0" column = "c2" y = "28" /> |
108 |
< point row = "r0" column = "c3" y = "30" /> |
109 |
< point row = "r0" column = "c4" y = "30" /> |
110 |
< point row = "r0" column = "c5" y = "29" /> |
111 |
< point row = "r0" column = "c6" y = "28" /> |
112 |
< point row = "r0" column = "c7" y = "26" /> |
113 |
< point row = "r0" column = "c8" y = "24" /> |
114 |
< point row = "r0" column = "c9" y = "23" /> |
115 |
< point row = "r0" column = "c10" y = "21" /> |
116 |
< point row = "r0" column = "c11" y = "20" /> |
117 |
< point row = "r0" column = "c12" y = "22" /> |
118 |
< point row = "r0" column = "c13" y = "22" /> |
119 |
< point row = "r0" column = "c14" y = "23" /> |
120 |
< point row = "r1" column = "c0" y = "22" /> |
121 |
< point row = "r1" column = "c1" y = "21" /> |
122 |
< point row = "r1" column = "c2" y = "22" /> |
123 |
< point row = "r1" column = "c3" y = "23" /> |
124 |
< point row = "r1" column = "c4" y = "22" /> |
125 |
< point row = "r1" column = "c5" y = "20" /> |
126 |
< point row = "r1" column = "c6" y = "18" /> |
127 |
< point row = "r1" column = "c7" y = "18" /> |
128 |
< point row = "r1" column = "c8" y = "20" /> |
129 |
< point row = "r1" column = "c9" y = "21" /> |
130 |
< point row = "r1" column = "c10" y = "22" /> |
131 |
< point row = "r1" column = "c11" y = "24" /> |
132 |
< point row = "r1" column = "c12" y = "26" /> |
133 |
< point row = "r1" column = "c13" y = "27" /> |
134 |
< point row = "r1" column = "c14" y = "29" /> |
135 |
< point row = "r2" column = "c0" y = "30" /> |
136 |
< point row = "r2" column = "c1" y = "28" /> |
137 |
< point row = "r2" column = "c2" y = "27" /> |
138 |
< point row = "r2" column = "c3" y = "27" /> |
139 |
< point row = "r2" column = "c4" y = "25" /> |
140 |
< point row = "r2" column = "c5" y = "23" /> |
141 |
< point row = "r2" column = "c6" y = "20" /> |
142 |
< point row = "r2" column = "c7" y = "18" /> |
143 |
< point row = "r2" column = "c8" y = "18" /> |
144 |
< point row = "r2" column = "c9" y = "20" /> |
145 |
< point row = "r2" column = "c10" y = "20" /> |
146 |
< point row = "r2" column = "c11" y = "18" /> |
147 |
< point row = "r2" column = "c12" y = "17" /> |
148 |
< point row = "r2" column = "c13" y = "18" /> |
149 |
< point row = "r2" column = "c14" y = "19" /> |
150 |
< point row = "r3" column = "c0" y = "20" /> |
151 |
< point row = "r3" column = "c1" y = "22" /> |
152 |
< point row = "r3" column = "c2" y = "20" /> |
153 |
< point row = "r3" column = "c3" y = "20" /> |
154 |
< point row = "r3" column = "c4" y = "19" /> |
155 |
< point row = "r3" column = "c5" y = "20" /> |
156 |
< point row = "r3" column = "c6" y = "22" /> |
157 |
< point row = "r3" column = "c7" y = "23" /> |
158 |
< point row = "r3" column = "c8" y = "24" /> |
159 |
< point row = "r3" column = "c9" y = "26" /> |
160 |
< point row = "r3" column = "c10" y = "24" /> |
161 |
< point row = "r3" column = "c11" y = "23" /> |
162 |
< point row = "r3" column = "c12" y = "20" /> |
163 |
< point row = "r3" column = "c13" y = "19" /> |
164 |
< point row = "r3" column = "c14" y = "16" /> |
165 |
< point row = "r4" column = "c0" y = "17" /> |
166 |
< point row = "r4" column = "c1" y = "15" /> |
167 |
< point row = "r4" column = "c2" y = "14" selected = "true" /> |
168 |
< point row = "r4" column = "c3" y = "13" /> |
169 |
< point row = "r4" column = "c4" y = "11" /> |
170 |
< point row = "r4" column = "c5" y = "9" /> |
171 |
< point row = "r4" column = "c6" y = "7" /> |
172 |
< point row = "r4" column = "c7" y = "8" /> |
173 |
< point row = "r4" column = "c8" y = "8" /> |
174 |
< point row = "r4" column = "c9" y = "7" /> |
175 |
< point row = "r4" column = "c10" y = "4" /> |
176 |
< point row = "r4" column = "c11" y = "6" /> |
177 |
< point row = "r4" column = "c12" y = "5" /> |
178 |
< point row = "r4" column = "c13" y = "6" /> |
179 |
< point row = "r4" column = "c14" y = "7" /> |
180 |
< point row = "r5" column = "c0" y = "6" /> |
181 |
< point row = "r5" column = "c1" y = "6" /> |
182 |
< point row = "r5" column = "c2" y = "4" /> |
183 |
< point row = "r5" column = "c3" y = "6" /> |
184 |
< point row = "r5" column = "c4" y = "6" /> |
185 |
< point row = "r5" column = "c5" y = "7" /> |
186 |
< point row = "r5" column = "c6" y = "10" /> |
187 |
< point row = "r5" column = "c7" y = "12" /> |
188 |
< point row = "r5" column = "c8" y = "12" /> |
189 |
< point row = "r5" column = "c9" y = "12" /> |
190 |
< point row = "r5" column = "c10" y = "10" /> |
191 |
< point row = "r5" column = "c11" y = "10" /> |
192 |
< point row = "r5" column = "c12" y = "13" /> |
193 |
< point row = "r5" column = "c13" y = "15" /> |
194 |
< point row = "r5" column = "c14" y = "16" /> |
195 |
< point row = "r6" column = "c0" y = "14" /> |
196 |
< point row = "r6" column = "c1" y = "12" /> |
197 |
< point row = "r6" column = "c2" y = "12" /> |
198 |
< point row = "r6" column = "c3" y = "9" /> |
199 |
< point row = "r6" column = "c4" y = "9" /> |
200 |
< point row = "r6" column = "c5" y = "8" /> |
201 |
< point row = "r6" column = "c6" y = "6" /> |
202 |
< point row = "r6" column = "c7" y = "4" /> |
203 |
< point row = "r6" column = "c8" y = "5" /> |
204 |
< point row = "r6" column = "c9" y = "6" /> |
205 |
< point row = "r6" column = "c10" y = "4" /> |
206 |
< point row = "r6" column = "c11" y = "3" /> |
207 |
< point row = "r6" column = "c12" y = "3" /> |
208 |
< point row = "r6" column = "c13" y = "3" /> |
209 |
< point row = "r6" column = "c14" y = "5" /> |
210 |
< point row = "r7" column = "c0" y = "3" /> |
211 |
< point row = "r7" column = "c1" y = "3" /> |
212 |
< point row = "r7" column = "c2" y = "1" /> |
213 |
< point row = "r7" column = "c3" y = "1" /> |
214 |
< point row = "r7" column = "c4" y = "2" /> |
215 |
< point row = "r7" column = "c5" y = "4" /> |
216 |
< point row = "r7" column = "c6" y = "5" /> |
217 |
< point row = "r7" column = "c7" y = "7" /> |
218 |
< point row = "r7" column = "c8" y = "8" /> |
219 |
< point row = "r7" column = "c9" y = "10" /> |
220 |
< point row = "r7" column = "c10" y = "12" /> |
221 |
< point row = "r7" column = "c11" y = "14" /> |
222 |
< point row = "r7" column = "c12" y = "15" /> |
223 |
< point row = "r7" column = "c13" y = "16" /> |
224 |
< point row = "r7" column = "c14" y = "19" /> |
225 |
< point row = "r8" column = "c0" y = "19" /> |
226 |
< point row = "r8" column = "c1" y = "20" /> |
227 |
< point row = "r8" column = "c2" y = "19" /> |
228 |
< point row = "r8" column = "c3" y = "18" /> |
229 |
< point row = "r8" column = "c4" y = "18" /> |
230 |
< point row = "r8" column = "c5" y = "17" /> |
231 |
< point row = "r8" column = "c6" y = "14" /> |
232 |
< point row = "r8" column = "c7" y = "12" /> |
233 |
< point row = "r8" column = "c8" y = "14" /> |
234 |
< point row = "r8" column = "c9" y = "15" /> |
235 |
< point row = "r8" column = "c10" y = "17" /> |
236 |
< point row = "r8" column = "c11" y = "19" /> |
237 |
< point row = "r8" column = "c12" y = "20" /> |
238 |
< point row = "r8" column = "c13" y = "19" /> |
239 |
< point row = "r8" column = "c14" y = "19" /> |
240 |
< point row = "r9" column = "c0" y = "19" /> |
241 |
< point row = "r9" column = "c1" y = "20" /> |
242 |
< point row = "r9" column = "c2" y = "20" /> |
243 |
< point row = "r9" column = "c3" y = "19" /> |
244 |
< point row = "r9" column = "c4" y = "20" /> |
245 |
< point row = "r9" column = "c5" y = "19" /> |
246 |
< point row = "r9" column = "c6" y = "20" /> |
247 |
< point row = "r9" column = "c7" y = "20" /> |
248 |
< point row = "r9" column = "c8" y = "20" /> |
249 |
< point row = "r9" column = "c9" y = "18" /> |
250 |
< point row = "r9" column = "c10" y = "17" /> |
251 |
< point row = "r9" column = "c11" y = "19" /> |
252 |
< point row = "r9" column = "c12" y = "18" /> |
253 |
< point row = "r9" column = "c13" y = "15" /> |
254 |
< point row = "r9" column = "c14" y = "15" /> |
255 |
</ series > |
256 |
</ data > |
257 |
</ chart > |
258 |
</ charts > |
259 |
</ anychart > |