01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<margin all="0" /> |
04 |
<charts> |
05 |
<chart plot_type="Map"> |
06 |
<chart_settings> |
07 |
<title enabled=""False"" /> |
08 |
<chart_background enabled="false"> |
09 |
<inside_margin all="1" left="0" top="0" /> |
10 |
</chart_background> |
11 |
<data_plot_background> |
12 |
<border enabled="false" /> |
13 |
<effects enabled="False" /> |
14 |
<fill type="Gradient"> |
15 |
<gradient angle="45"> |
16 |
<key color="White" /> |
17 |
<key color="RGB(240,240,240)" /> |
18 |
</gradient> |
19 |
</fill> |
20 |
</data_plot_background> |
21 |
</chart_settings> |
22 |
<data_plot_settings> |
23 |
<map_series source="/usa/states/counties/or.amap"> |
24 |
<grid> |
25 |
<parallels enabled="False"> |
26 |
<labels enabled="False" /> |
27 |
</parallels> |
28 |
<meridians enabled="False"> |
29 |
<labels enabled="False" /> |
30 |
</meridians> |
31 |
<background enabled="False" /> |
32 |
</grid> |
33 |
<projection type="orthographic" /> |
34 |
<defined_map_region> |
35 |
<tooltip_settings enabled="True"> |
36 |
<format><![CDATA[{%REGION_NAME}{enabled:False} - {%YValue}]]></format> |
37 |
</tooltip_settings> |
38 |
</defined_map_region> |
39 |
</map_series> |
40 |
</data_plot_settings> |
41 |
<data> |
42 |
<series name="Sample Series" style="defaultMapStyle" palette="colorRange"> |
43 |
<point name="41001" y="1050.81266213712" /> |
44 |
<point name="41003" y="1082.19520518658" /> |
45 |
<point name="41005" y="636.686840391106" /> |
46 |
<point name="41007" y="1510.62501664768" /> |
47 |
<point name="41009" y="430.006668171848" /> |
48 |
<point name="41011" y="1791.20671832525" /> |
49 |
<point name="41013" y="1948.4588065876" /> |
50 |
<point name="41015" y="1873.37293283705" /> |
51 |
<point name="41017" y="11.519658384621" /> |
52 |
<point name="41019" y="1681.84296306308" /> |
53 |
<point name="41021" y="318.207276201903" /> |
54 |
<point name="41023" y="651.022238960034" /> |
55 |
<point name="41025" y="1864.31580868751" /> |
56 |
<point name="41027" y="844.306631406912" /> |
57 |
<point name="41029" y="606.493095218434" /> |
58 |
<point name="41031" y="864.148954331944" /> |
59 |
<point name="41033" y="1401.85314668429" /> |
60 |
<point name="41035" y="1235.56853422689" /> |
61 |
<point name="41037" y="1422.69550609528" /> |
62 |
<point name="41039" y="1306.26426884265" /> |
63 |
<point name="41041" y="1629.52122447524" /> |
64 |
<point name="41043" y="1590.28126559699" /> |
65 |
<point name="41045" y="646.089493597899" /> |
66 |
<point name="41047" y="843.343604748763" /> |
67 |
<point name="41049" y="15.6643604932653" /> |
68 |
<point name="41051" y="621.323931320256" /> |
69 |
<point name="41053" y="934.587106543866" /> |
70 |
<point name="41055" y="1481.38107521524" /> |
71 |
<point name="41057" y="1362.62152873102" /> |
72 |
<point name="41059" y="1683.97667244262" /> |
73 |
<point name="41061" y="649.532495368986" /> |
74 |
<point name="41063" y="683.10976712178" /> |
75 |
<point name="41065" y="1405.31654814506" /> |
76 |
<point name="41067" y="228.368416534908" /> |
77 |
<point name="41069" y="556.652822790971" /> |
78 |
<point name="41071" y="1711.76093430806" /> |
79 |
</series> |
80 |
</data> |
81 |
<palettes> |
82 |
<palette name="colorRange"> |
83 |
<item color="#A5DEE7" /> |
84 |
<item color="#83D1E1" /> |
85 |
<item color="#5ECAE2" /> |
86 |
<item color="#00B6DD" /> |
87 |
<item color="#00A5D9" /> |
88 |
<item color="#008FC5" /> |
89 |
<item color="#007FB1" /> |
90 |
</palette> |
91 |
</palettes> |
92 |
</chart> |
93 |
</charts> |
94 |
</anychart> |