01 <?xml version="1.0" encoding="UTF-8"?>
02 <anychart>
03   <settings>
04     <animation enabled="True" />
05   </settings>
06   <charts>
07     <chart plot_type="CategorizedBySeriesHorizontal">
08       <chart_settings>
09         <title enabled="True">
10           <text><![CDATA[Bubble Chart Categorized by Series]]></text>
11         </title>
12         <axes>
13           <y_axis position="Opposite">
14             <scale minimum="0" maximum="23" major_interval="1" mode="Overlay" />
15             <labels>
16               <format><![CDATA[{%Value}{numDecimals:0}]]></format>
17             </labels>
18             <title>
19               <text><![CDATA[Hours]]></text>
20             </title>
21             <minor_grid enabled="false" />
22             <major_grid enabled="true" />
23             <minor_tickmark enabled="false" />
24           </y_axis>
25           <x_axis tickmarks_placement="Center">
26             <title>
27               <text><![CDATA[Days of Week]]></text>
28             </title>
29             <scale inverted="True" />
30           </x_axis>
31         </axes>
32       </chart_settings>
33       <data_plot_settings default_series_type="Bubble">
34         <bubble_series minimum_bubble_size="8" maximum_bubble_size="40" style="Aqua">
35           <tooltip_settings enabled="True">
36             <format><![CDATA[
37 Day: {%SeriesName}
38 Hour: {%Value}{numDecimals:0}
39 Size: {%BubbleSize}
40 ]]></format>
41           </tooltip_settings>
42         </bubble_series>
43       </data_plot_settings>
44       <data>
45         <series name="Monday">
46           <point y="11" size="11" color="Red" />
47           <point y="7" size="9" color="Red" />
48           <point y="4" size="8" color="Red" />
49           <point y="22" size="11" color="Green" />
50           <point y="10" size="11.5" color="Red" />
51         </series>
52         <series name="Tuesday">
53           <point y="17" size="11" color="Red" />
54           <point y="12" size="9" color="Red" />
55           <point y="5" size="12" color="Green" />
56           <point y="4" size="11" color="Red" />
57           <point y="20" size="11.5" color="Red" />
58         </series>
59         <series name="Wednesday">
60           <point y="23" size="6" color="Red" />
61           <point y="2" size="9" color="Red" />
62           <point y="14" size="8" color="Green" />
63           <point y="18" size="11" color="Green" />
64           <point y="20" size="11.5" color="Red" />
65         </series>
66         <series name="Thursday">
67           <point y="11" size="11" color="Red" />
68           <point y="8" size="9" color="Green" />
69           <point y="21" size="8" color="Green" />
70           <point y="13" size="11" color="Green" />
71           <point y="18" size="11.5" color="Red" />
72         </series>
73         <series name="Friday">
74           <point y="7" size="11" color="Red" />
75           <point y="8" size="9" color="Red" />
76           <point y="14" size="8" color="Green" />
77           <point y="11" size="11" color="Green" />
78           <point y="22" size="11.5" color="Red" />
79         </series>
80         <series name="Saturday">
81           <point y="10" size="8.5" color="Red" />
82           <point y="0" size="9" color="Green" />
83           <point y="14" size="8" color="Red" />
84           <point y="6" size="11" color="Green" />
85           <point y="20" size="11.5" color="Red" />
86         </series>
87         <series name="Sunday">
88           <point y="10" size="11" color="Red" />
89           <point y="12" size="9" color="Green" />
90           <point y="14" size="8" color="Green" />
91           <point y="18" size="7.7" color="Green" />
92           <point y="20" size="11.5" color="Red" />
93         </series>
94       </data>
95     </chart>
96   </charts>
97 </anychart>