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/wy.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 = "56001" y = "1698.68986480808" /> |
44 |
< point name = "56003" y = "570.29552598032" /> |
45 |
< point name = "56005" y = "865.9134697476" /> |
46 |
< point name = "56007" y = "1892.43786683885" /> |
47 |
< point name = "56009" y = "1067.96389588526" /> |
48 |
< point name = "56011" y = "669.569687298299" /> |
49 |
< point name = "56013" y = "652.436246467957" /> |
50 |
< point name = "56015" y = "823.376120451547" /> |
51 |
< point name = "56017" y = "1787.73869191657" /> |
52 |
< point name = "56019" y = "1657.46203328365" /> |
53 |
< point name = "56021" y = "1834.22503519534" /> |
54 |
< point name = "56023" y = "973.969320288845" /> |
55 |
< point name = "56025" y = "1586.71300187088" /> |
56 |
< point name = "56027" y = "268.278493670876" /> |
57 |
< point name = "56029" y = "1390.62536293204" /> |
58 |
< point name = "56031" y = "1093.93446384647" /> |
59 |
< point name = "56033" y = "484.368707278915" /> |
60 |
< point name = "56035" y = "915.188992822165" /> |
61 |
< point name = "56037" y = "690.39340628795" /> |
62 |
< point name = "56039" y = "1689.81794439713" /> |
63 |
< point name = "56041" y = "568.504781726983" /> |
64 |
< point name = "56043" y = "1960.17868442469" /> |
65 |
< point name = "56045" y = "1964.91533423071" /> |
66 |
</ series > |
67 |
</ data > |
68 |
< palettes > |
69 |
< palette name = "colorRange" > |
70 |
< item color = "#A5DEE7" /> |
71 |
< item color = "#83D1E1" /> |
72 |
< item color = "#5ECAE2" /> |
73 |
< item color = "#00B6DD" /> |
74 |
< item color = "#00A5D9" /> |
75 |
< item color = "#008FC5" /> |
76 |
< item color = "#007FB1" /> |
77 |
</ palette > |
78 |
</ palettes > |
79 |
</ chart > |
80 |
</ charts > |
81 |
</ anychart > |