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/ut.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 = "49001" y = "765.120743198842" /> |
44 |
< point name = "49003" y = "18.1996561671606" /> |
45 |
< point name = "49005" y = "1088.55556467946" /> |
46 |
< point name = "49007" y = "934.993138040878" /> |
47 |
< point name = "49009" y = "1741.10114748641" /> |
48 |
< point name = "49011" y = "412.052217131505" /> |
49 |
< point name = "49013" y = "79.9627770110792" /> |
50 |
< point name = "49015" y = "452.807501169298" /> |
51 |
< point name = "49017" y = "570.064600822546" /> |
52 |
< point name = "49019" y = "532.220551991938" /> |
53 |
< point name = "49021" y = "1753.50888807024" /> |
54 |
< point name = "49023" y = "1216.79138076342" /> |
55 |
< point name = "49025" y = "347.480054175239" /> |
56 |
< point name = "49027" y = "1812.11925661756" /> |
57 |
< point name = "49029" y = "1396.81490389482" /> |
58 |
< point name = "49031" y = "1699.33727928406" /> |
59 |
< point name = "49033" y = "5.37327584129445" /> |
60 |
< point name = "49035" y = "515.337040887837" /> |
61 |
< point name = "49037" y = "734.908409758894" /> |
62 |
< point name = "49039" y = "504.743815634746" /> |
63 |
< point name = "49041" y = "1336.98637286992" /> |
64 |
< point name = "49043" y = "1986.10522317984" /> |
65 |
< point name = "49045" y = "783.813055969688" /> |
66 |
< point name = "49047" y = "1018.32609298561" /> |
67 |
< point name = "49049" y = "1729.62979587243" /> |
68 |
< point name = "49051" y = "1876.27953098914" /> |
69 |
< point name = "49053" y = "693.734649891842" /> |
70 |
< point name = "49055" y = "626.519210928362" /> |
71 |
< point name = "49057" y = "379.892152911002" /> |
72 |
</ series > |
73 |
</ data > |
74 |
< palettes > |
75 |
< palette name = "colorRange" > |
76 |
< item color = "#A5DEE7" /> |
77 |
< item color = "#83D1E1" /> |
78 |
< item color = "#5ECAE2" /> |
79 |
< item color = "#00B6DD" /> |
80 |
< item color = "#00A5D9" /> |
81 |
< item color = "#008FC5" /> |
82 |
< item color = "#007FB1" /> |
83 |
</ palette > |
84 |
</ palettes > |
85 |
</ chart > |
86 |
</ charts > |
87 |
</ anychart > |