<html>
	<head>
		<title>Sever Side Script</title>
		<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
		<script type="text/javascript" language="javascript" src="./../js/AnyChartStock.js?v=1.9.0r9317"></script>
		<!-- this sample uses jquery to bind handlers to drop down controls -->
		<script type="text/javascript" language="javascript" src="./js/jquery.min.js"></script>
		<!-- chart size settings -->
		<style type="text/css">
			#chartContainer {
				width: 650px;
				height: 490px;
				float: left;
			}
		</style>
		<script type="text/javascript" language="javascript">
			// Creating new chart object. 
			var chart = new AnyChartStock("./../swf/AnyChartStock.swf?v=1.9.0r9317", "./../swf/Preloader.swf?v=1.9.0r9317");
			// Writing the flash object into the page DOM.
			chart.write("chartContainer");
			
			// Base Path
			var basicPath = "http://anychart.com/products/stock/online-demos/html-js-samples-center/server-side-script-config/source.php";

			// set config file
			function updateConfigFile() {
				var symbolSelected = $("#symbol").val(); // get selected symbol
				var periodSelected = $("#period").val(); // get selected period
				var currentUrl = basicPath + "?symbol=" + symbolSelected + "&period=" + periodSelected; // create URL
				chart.setXMLFile(currentUrl); // set current URL
				$("#currentUrl").html(currentUrl); // update URL display

			}
			
			//---------------------------------------------------------------------------------------------------
			//		html events binding
			//---------------------------------------------------------------------------------------------------
			
			$(function() {
				$("#symbol").change(updateConfigFile);
				$("#period").change(updateConfigFile);
				updateConfigFile();
			});
		</script>
		<!-- table settings -->
		<style type="text/css">
			table.settings {
				border-style: solid;
				border-width: 1px;
				border-color: #D0CDC9;
				width: 275px;
			}

			table.settings tr th {
				font:normal 60% Verdana;
				background-color: #DCD9D5;
				font-weight:bold;
				padding-bottom:5px;
				padding-top:5px;
				padding-left:10px;
				padding-right:10px;
				text-align:left;
			}
			table.settings tr td {
				background-color: #F8F4F0;
				font:normal 70% Verdana;
				padding-bottom:2px;
				padding-top:2px;
				padding-left:10px;
				padding-right:10px;
				text-align:left;	
			}
		</style>
	</head>
	<body>
		<div id="chartContainer"><!-- Chart Container --></div>

		<table class="settings">
			<tr>
			  <th colspan="2">Choose Configuration Options:</th>
			</tr>
			<tr>
				<td>Symbol: </td>
				<td>
					<select id="symbol" autocomplete="off">
						<option value="MSFT" selected="true">MSFT</option>
						<option value="ORCL">ORCL</option>
						<option value="CSCO">CSCO</option>
					</select>
				</td>
			</tr>
			<tr>
				<td>Range preset: </td>
				<td>
					<select id="period" autocomplete="off">
						<option value="week">1 Week</option>
						<option value="month">1 Month</option>
						<option value="year" selected="true">1 Year</option>
					</select>
				</td>
			</tr>
			<tr>
				<th colspan="2">Dynamic URL:</th>
			</tr>
			<tr>
				<td colspan="2"><div id="currentUrl">./source.php</div></td>
			</tr>
		</table>
	</body>
</html>

Sample Description

How to use this sample?

Use dropdown select control to the right of the chart to change chart configuration. When you change them - chart config is reloaded.

to top

How it works

AnyChart Stock Component offers you a lot of ways to set chart configuration, difference between the ways and all available options are described in XML/JSON Configuration Options and Set Configuration as XML/JSON File articles.

This sample highlights the feature Set Configuration as XML/JSON File: ability to use server side script as the source for XML configuration (of course the same can be done with JSON config files).

When you select different options from drop down controls, URL with parameters is constructed and passed to setXMLFile method, depending on parameters passes source.php script returns different XML configuration and component shows different charts.

to top

AnyChartStock JavaScript API

This sample uses the following methods, properties and events from AnyChartStock JavaScript API:

Item Type Description
setXMLFile Method Sets chart XML configuration file path.
write Method Adds the chart to HTML DOM as a child of the specified container.

to top

Prerequisites

This section lists all configuration, data and auxiliary files required for this sample.

CSV files

SWF files

  • AnyChartStock.swf - AnyChart Stock component.
  • Preloader.swf - AnyChart Stock helper component that loads the main component (AnyChartStock.swf) and displays loading progress.

JavaScript Libraries

  • jquery.min.js - A JavaScript jQuery library. Learn more at jQuery official site.
  • AnyChartStock.js - A JavaScript library that is shipped with AnyChart Stock component. It is used to embed the component into HTML DOM and to comunicate with the Flash part.

Additional Files

to top

The information contained in this website is for general information purposes only. All sample data provided on this site is for demonstration purposes only.

The logos and names of other companies and products mentioned on this site are copyright and/or trademarks of their respective owners.

The content on this site, including news, quotes, data and other information, is provided for your personal information only, and is intended for demonstration purposes only. Content on this site is not appropriate for the purposes of making a decision to carry out a transaction or trade. Nor does it provide any form of advice (investment, tax, legal) amounting to investment advice, or make any recommendations regarding particular financial instruments, investments or products.

In no event AnyChart will be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.

This site may point to other Internet sites that may be of interest to you, however AnyChart does not endorse or take responsibility for the content on such other sites

Market data and News provided by and copyright RediNews, Incorporated.