01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<charts> |
04 |
<chart plot_type="Scatter"> |
05 |
<data_plot_settings default_series_type="Bubble"> |
06 |
<bubble_series minimum_bubble_size="2%" maximum_bubble_size="5%"> |
07 |
<bubble_style> |
08 |
<fill type="Solid" color="%Color" opacity="1" /> |
09 |
<border enabled="true" color="DarkColor(%Color)" /> |
10 |
<states> |
11 |
<hover> |
12 |
<fill type="Solid" color="Red" opacity="0.5" /> |
13 |
<border enabled="true" color="DarkColor(Red)" thickness="2" /> |
14 |
</hover> |
15 |
</states> |
16 |
</bubble_style> |
17 |
<label_settings enabled="true"> |
18 |
<background enabled="false" /> |
19 |
<format><![CDATA[{%XValue}{numDecimals:0}]]></format> |
20 |
<font bold="false" /> |
21 |
</label_settings> |
22 |
<tooltip_settings enabled="true"> |
23 |
<format><![CDATA[X: {%XValue}{numDecimals:1} |
24 |
Y: {%YValue}{numDecimals:1} |
25 |
------------- |
26 |
Size: {%BubbleSize}{numDecimals:1}]]></format> |
27 |
</tooltip_settings> |
28 |
<interactivity use_hand_cursor="false" allow_select="false" /> |
29 |
</bubble_series> |
30 |
</data_plot_settings> |
31 |
<chart_settings> |
32 |
<title> |
33 |
<text><![CDATA[Bubble Chart (Scatter Plot: XY Zooming)]]></text> |
34 |
</title> |
35 |
<footer enabled="true"> |
36 |
<text><![CDATA[Zoom out]]></text> |
37 |
<actions> |
38 |
<action type="zoom" x_start="-1000" x_end="1000" /> |
39 |
</actions> |
40 |
</footer> |
41 |
<axes> |
42 |
<y_axis> |
43 |
<title enabled="false" /> |
44 |
<scale minimum="-1000" maximum="1000" /> |
45 |
<labels> |
46 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
47 |
</labels> |
48 |
</y_axis> |
49 |
<x_axis> |
50 |
<title enabled="false" /> |
51 |
<line enabled="false" /> |
52 |
<scale minimum="-1000" maximum="1000" /> |
53 |
<zoom enabled="true" start="0" visible_range="2000" /> |
54 |
<labels> |
55 |
<format><![CDATA[{%Value}{numDecimals:0}]]></format> |
56 |
</labels> |
57 |
</x_axis> |
58 |
</axes> |
59 |
</chart_settings> |
60 |
<data> |
61 |
<series> |
62 |
<actions> |
63 |
<action type="zoom" x_start="-1000" x_end="-600" /> |
64 |
</actions> |
65 |
<point x="-857" y="-500" size="7.160534197464585" /> |
66 |
<point x="-798" y="-648" size="88.62615874968469" /> |
67 |
<point x="-900" y="-745" size="60.03486984409392" /> |
68 |
</series> |
69 |
<series> |
70 |
<actions> |
71 |
<action type="zoom" x_start="0" x_end="100" /> |
72 |
</actions> |
73 |
<point x="87" y="83" size="7.160534197464585" /> |
74 |
<point x="28" y="48" size="88.62615874968469" /> |
75 |
<point x="20" y="245" size="60.03486984409392" /> |
76 |
</series> |
77 |
</data> |
78 |
</chart> |
79 |
</charts> |
80 |
</anychart> |