Your IP : 18.188.146.39


Current Path : /usr/local/mgr5/skins/orion/
Upload File :
Current File : //usr/local/mgr5/skins/orion/anychart.xml

<anychart>
	<margin all="0"/>
	<settings>
		<animation enabled="True"/>
	</settings>
	<charts>
		<chart>
			<data/>
		</chart>
	</charts>
  
	<templates>
		<template name="isp-line">
			<chart plot_type="CategorizedVertical">
				<chart_settings>
					<title enabled="false"/>
					<chart_background>
						<border enabled="false"/>
						<corners type="Square"/>
						<fill enabled="true" type="Gradient">
							<gradient type="Linear">
								<key position="0" color="#d3e2f4"/>
								<key position="1" color="#ffffff"/>
							</gradient>
						</fill>
						<inside_margin all="5" right="10"/>
					</chart_background>
					<axes>
						<x_axis><title enabled="false"/></x_axis>
						<y_axis><title enabled="false"/></y_axis>
					</axes>
					<legend enabled="true">
						<title enabled="false"/>
						<background enabled="True">
							<fill enabled="True" type="Solid" color="#ffffff"/>
						</background>
						<icon>
							<marker enabled="true" />
						</icon>
					</legend>
				</chart_settings>

				<data_plot_settings default_series_type="Line">
					<line_series>
						<tooltip_settings enabled="True">
							<format>{%Name} - {%YValue}{numDecimals:2}</format>
						</tooltip_settings>
						<marker_settings enabled="False"/>
						<line_style>
							<line thickness="1"/>
						</line_style>
					</line_series>
				</data_plot_settings>
			</chart>
		</template>
		<template name="isp-shortline">
			<chart plot_type="CategorizedVertical">
				<chart_settings>
					<title enabled="false"/>
					<chart_background>
						<border enabled="false"/>
						<corners type="Square"/>
						<fill enabled="true" type="Gradient">
							<gradient type="Linear">
								<key position="0" color="#d3e2f4"/>
								<key position="1" color="#ffffff"/>
							</gradient>
						</fill>
						<inside_margin all="5" right="10"/>
					</chart_background>
					<axes>
						<x_axis><title enabled="false"/></x_axis>
						<y_axis>
                            <title enabled="false"/>
                            <scale type="Linear"  minimum="0" />
                        </y_axis>
					</axes>
					<legend enabled="true">
						<title enabled="false"/>
						<background enabled="True">
							<fill enabled="True" type="Solid" color="#ffffff"/>
						</background>
						<icon>
							<marker enabled="true" />
						</icon>
					</legend>
				</chart_settings>

				<data_plot_settings default_series_type="Line">
					<line_series>
						<tooltip_settings enabled="True">
							<format>{%Name} - {%YValue}{numDecimals:2}</format>
						</tooltip_settings>
					</line_series>
				</data_plot_settings>
			</chart>
		</template>
		<template name="isp-bar">
			<chart plot_type="CategorizedVertical">
				<chart_settings>
					<title enabled="false"/>
					<chart_background>
						<border enabled="false"/>
						<corners type="Square"/>
						<fill enabled="true" type="Gradient">
							<gradient type="Linear">
								<key position="0" color="#d3e2f4"/>
								<key position="1" color="#ffffff"/>
							</gradient>
						</fill>
						<inside_margin all="5" right="10"/>
					</chart_background>
					<axes>
						<x_axis><title enabled="false"/></x_axis>
						<y_axis><title enabled="false"/></y_axis>
					</axes>
					<legend enabled="true">
						<title enabled="false"/>
						<background enabled="True">
							<fill enabled="True" type="Solid" color="#ffffff"/>
						</background>
						<icon width="14" height="8"/>
					</legend>
				</chart_settings>

				<data_plot_settings default_series_type="Bar">
					<bar_series>
						<tooltip_settings enabled="True">
							<format>{%Name} - {%YValue}{numDecimals:2}</format>
						</tooltip_settings>
					</bar_series>
				</data_plot_settings>
			</chart>
		</template>
		<template name="isp-pie">
			<chart plot_type="Doughnut">
				<chart_settings>
					<title enabled="false"/>
					<chart_background>
						<border enabled="false"/>
						<corners type="Square"/>
						<fill enabled="true" type="Gradient">
							<gradient type="Linear">
								<key position="0" color="#d3e2f4"/>
								<key position="1" color="#ffffff"/>
							</gradient>
						</fill>
						<inside_margin all="10"/>
					</chart_background>
					<data_plot_background enabled="True">
						<border color="#d8d8d8"/>
						<effects enabled="True">
							<drop_shadow distance="1" opacity="0.1"/>
						</effects>
						<fill enabled="True" color="#ffffff"/>
					</data_plot_background>
					<legend enabled="True" ignore_auto_item="True">
						<title enabled="false"/>
						<background enabled="True">
							<fill enabled="True" type="Solid" color="#ffffff"/>
						</background>
						<icon width="14" height="8"/>
						<items>
							<item source="Points"/>
						</items>
					</legend>
				</chart_settings>

				<data_plot_settings enable_3d_mode="True">
					<pie_series inner_radius="40">
						<tooltip_settings enabled="True">
							<format>{%Name} - {%YValue}{numDecimals:2} ({%YPercentOfSeries}{numDecimals:2}%)</format>
						</tooltip_settings>
					</pie_series>
				</data_plot_settings>
			</chart>
		</template>
	</templates>
</anychart>