<anychart>
	<charts>
		<chart>
			<chart_settings>
			  <title>
				<text>Products orders by date</text>
			  </title>
			  <legend enabled="true">
			  	<title enabled="false" />

			  	<title_separator enabled="false" />
			  </legend>
			  <axes>
			  	<x_axis>
			  		<title>
			  			<text>Date</text>
			  		</title>
			  	</x_axis>

			  	<y_axis>
			  		<title>
			  			<text>Volume</text>
			  		</title>
			  		<labels>
			  			<format>{%Value} $</format>
			  		</labels>
			  	</y_axis>

			  </axes>
			</chart_settings>
			<data_plot_settings>
				<bar_series>
					<tooltip_settings enabled="true">
						<format><![CDATA[Product: {%SeriesName}{enabled:false}
Date: {%Name}{enabled:false}
Volume: {%YValue}$]]> </format>
					</tooltip_settings>
				</bar_series>

			</data_plot_settings>

<data><series name="Product A"><point name="2007-01-01" y="120" /><point name="2007-02-01" y="230" /><point name="2007-03-01" y="160" /><point name="2007-04-01" y="540" /><point name="2007-05-01" y="110" /></series><series name="Product B"><point name="2007-02-01" y="130" /><point name="2007-03-01" y="250" /><point name="2007-04-01" y="320" /><point name="2007-05-01" y="420" /></series></data>
		</chart>
	</charts>
</anychart>
