01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="HeatMap"> |
05 |
<data_plot_settings> |
06 |
<heat_map> |
07 |
<heat_map_style> |
08 |
<fill type="Solid" color="White" opacity="0" /> |
09 |
<border enabled="false" /> |
10 |
<states> |
11 |
<hover> |
12 |
<fill color="%Color" opacity="0.2" /> |
13 |
</hover> |
14 |
</states> |
15 |
</heat_map_style> |
16 |
<tooltip_settings enabled="true"> |
17 |
<position valign="Top" halign="Right" /> |
18 |
<format><![CDATA[State: {%Row} |
19 |
Year: {%Column}{enabled:false} |
20 |
Sales: ${%YValue}{numDecimals:0}]]></format> |
21 |
<font bold="false" /> |
22 |
<background> |
23 |
<corners type="Rounded" all="3" /> |
24 |
<border type="Solid" color="DarkColor(%Color)" thickness="2" /> |
25 |
</background> |
26 |
</tooltip_settings> |
27 |
<label_settings enabled="true"> |
28 |
<position anchor="CenterLeft" valign="Center" halign="Right" padding="30" /> |
29 |
<format><![CDATA[${%Value}{numDecimals:0}]]></format> |
30 |
<font bold="false" color="Black" /> |
31 |
<states> |
32 |
<hover> |
33 |
<font bold="false" underline="true" /> |
34 |
</hover> |
35 |
</states> |
36 |
</label_settings> |
37 |
<marker_settings enabled="true"> |
38 |
<effects enabled="true"> |
39 |
<bevel enabled="true" distance="1" highlight_opacity="0.3" shadow_opacity="0.3" /> |
40 |
</effects> |
41 |
<marker type="%MarkerType" anchor="CenterLeft" size="6" v_align="Center" h_align="Right" padding="14" /> |
42 |
</marker_settings> |
43 |
</heat_map> |
44 |
</data_plot_settings> |
45 |
<chart_settings> |
46 |
<axes> |
47 |
<x_axis> |
48 |
<title enabled="false" /> |
49 |
<labels> |
50 |
<font bold="true" /> |
51 |
</labels> |
52 |
</x_axis> |
53 |
<y_axis> |
54 |
<title enabled="false" /> |
55 |
<major_grid> |
56 |
<interlaced_fills> |
57 |
<even> |
58 |
<fill color="Rgb(230,230,230)" /> |
59 |
</even> |
60 |
</interlaced_fills> |
61 |
</major_grid> |
62 |
</y_axis> |
63 |
</axes> |
64 |
<legend enabled="true" ignore_auto_item="True" rows_padding="2" position="Top" align="Center"> |
65 |
<format><![CDATA[{%Icon} {%RangeMin}{numDecimals:0} - {%RangeMax}{numDecimals:0}]]></format> |
66 |
<title enabled="False" /> |
67 |
<items> |
68 |
<item source="Thresholds" /> |
69 |
</items> |
70 |
</legend> |
71 |
<title> |
72 |
<text><![CDATA[Sales By State (Heat-Map Chart)]]></text> |
73 |
</title> |
74 |
</chart_settings> |
75 |
<palettes> |
76 |
<palette name="custom" type="ColorRange" color_count="3"> |
77 |
<gradient> |
78 |
<key color="Red" /> |
79 |
<key color="Yellow" /> |
80 |
<key color="Green" /> |
81 |
</gradient> |
82 |
</palette> |
83 |
</palettes> |
84 |
<thresholds> |
85 |
<threshold name="autoTr" type="EqualSteps" range_count="3" palette="custom" /> |
86 |
</thresholds> |
87 |
<data> |
88 |
<series threshold="autoTr"> |
89 |
<point row="New York" column="2005" y="176232" /> |
90 |
<point row="California" column="2005" y="216131" /> |
91 |
<point row="Alabama" column="2005" y="142124" /> |
92 |
<point row="Texas" column="2005" y="183272" /> |
93 |
<point row="Nevada" column="2005" y="76231" /> |
94 |
<point row="Washington" column="2005" y="122884" /> |
95 |
<point row="Ohio" column="2005" y="236232" /> |
96 |
<point row="Montana" column="2005" y="258711" /> |
97 |
<point row="Mayne" column="2005" y="76238" /> |
98 |
<point row="New York" column="2006" y="291238" /> |
99 |
<point row="California" column="2006" y="181873" /> |
100 |
<point row="Alabama" column="2006" y="245621" /> |
101 |
<point row="Texas" column="2006" y="218766" /> |
102 |
<point row="Nevada" column="2006" y="271873" /> |
103 |
<point row="Washington" column="2006" y="216171" /> |
104 |
<point row="Ohio" column="2006" y="278765" /> |
105 |
<point row="Montana" column="2006" y="86122" /> |
106 |
<point row="Mayne" column="2006" y="238768" /> |
107 |
<point row="New York" column="2007" y="223527" /> |
108 |
<point row="California" column="2007" y="185432" /> |
109 |
<point row="Alabama" column="2007" y="194564" /> |
110 |
<point row="Texas" column="2007" y="283427" /> |
111 |
<point row="Nevada" column="2007" y="162332" /> |
112 |
<point row="Washington" column="2007" y="187323" /> |
113 |
<point row="Ohio" column="2007" y="99335" /> |
114 |
<point row="Montana" column="2007" y="111243" /> |
115 |
<point row="Mayne" column="2007" y="242328" /> |
116 |
<point row="New York" column="2008" y="152316" /> |
117 |
<point row="California" column="2008" y="212312" /> |
118 |
<point row="Alabama" column="2008" y="231426" /> |
119 |
<point row="Texas" column="2008" y="162232" /> |
120 |
<point row="Nevada" column="2008" y="41247" /> |
121 |
<point row="Washington" column="2008" y="241251" /> |
122 |
<point row="Ohio" column="2008" y="285125" /> |
123 |
<point row="Montana" column="2008" y="94523" /> |
124 |
<point row="Mayne" column="2008" y="42531" /> |
125 |
</series> |
126 |
</data> |
127 |
</chart> |
128 |
</charts> |
129 |
</anychart> |