<html>
	<head>
		<title>Chart embedding with the use of jQuery</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>
		<script type="text/javascript" language="javascript" src="./js/jquery.min.js"></script>
		<style type="text/css">
			.container1 {
				border: 1px solid #AAAAAA;
				padding: 10px;
				margin: 10px;
				background-color: #F1E7D7;
			}
			
			.container2	{
				border: 1px solid #AAAAAA;
				padding: 10px;
				margin: 10px;
				background-color: #D7F1DD;
			}
			
			/* chart size settings */
			.chartPlaceholder {
				width: 550px;
				height: 350px;
			}
		</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");
			// Setting XML config file.
			chart.setXMLFile("./config.xml");
				
			// document ready for manipulations
			$(document).ready(function() {
				chart.write($("div.container1 div td.chartPlaceholder")[0]); // use jquery to find target object and access dom element by zero index
			});
		</script>
	</head>
	<body>
		<div class="container1">
			<strong>Container 1</strong>
			<div class="container2">
				<strong>Container 2</strong>
				<table>
					<tr>
						<td><strong>Chart:</strong></td>
						<td class="chartPlaceholder"><!-- Chart Container --></td>
					</tr>
				</table>
			</div>
		</div>
	</body>
</html>

Sample Description

How to use this sample?

Chart is added into the page using "write by DOM link" variation of write method when page is loaded.

to top

How it works

Sample shows how to add chart (or, more specifically, chart Flash object) to the page using "write by DOM link" variation of write method. This variation of write method puts the chart into the DOM element, replacing all its contents. jQuery library is used to obtain link to DOM element object.

Basic variation of write method: "write by id " is shown in Basic Chart Embedding sample.

See JavaScript Embedding article for more information.

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.

Configuration file

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.

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.