<html>
	<head>
		<title>Switch Data Grouping Interval</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>
		<!-- chart size settings -->
		<style type="text/css">
			#chartContainer {
				width: 650px;
				height: 450px;
				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");
			// needConfig is needed to use chart.objectModel
			chart.needConfig = true;
			// Setting XML config file.
			chart.setXMLFile("config.xml");
			// Writing the flash object into the page DOM.
			chart.write("chartContainer");
			
			//--------------------------------------------------------------------------------
			//		Grouping
			//--------------------------------------------------------------------------------
			
			// function to group by days
			function groupDaily() {
				chart.objectModel.settings.dataGrouping.intervals[0].unit = "Day";
				chart.applySettingsChanges();
			}
			
			// function to group by weeks
			function groupWeekly() {
				chart.objectModel.settings.dataGrouping.intervals[0].unit = "Week";
				chart.applySettingsChanges();
			}
			
			// function to group by quarters
			function groupQuarterly() {
				chart.objectModel.settings.dataGrouping.intervals[0].unit = "Quarter";
				chart.applySettingsChanges();
			}
			
			// function to group by years
			function groupYearly() {
				chart.objectModel.settings.dataGrouping.intervals[0].unit = "Year";
				chart.applySettingsChanges();
			}
			
			//---------------------------------------------------------------------------------------------------
			//		Enable html controls
			//---------------------------------------------------------------------------------------------------
			
			chart.onChartDraw = function() {
				document.getElementById("intervalDay").removeAttribute("disabled");
				document.getElementById("intervalWeek").removeAttribute("disabled");
				document.getElementById("intervalQuarter").removeAttribute("disabled");
				document.getElementById("intervalYear").removeAttribute("disabled");
				
				chart.onChartDraw = null;
			}
		</script>
		<!-- style settings -->
		<style type="text/css">
			table.settings {
				border-style: solid;
				border-width: 1px;
				border-color: #D0CDC9;
			}

			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>Grouping Interval:</th></tr>
			<tr><td><input type="radio" disabled="disabled" name="groupingInterval" id="intervalDay" checked="checked" onclick="groupDaily()" autocomplete="off"/><label for="intervalDay">Daily</label></td></tr>
			<tr><td><input type="radio" disabled="disabled" name="groupingInterval" id="intervalWeek" onclick="groupWeekly()" autocomplete="off"/><label for="intervalWeek">Weekly</label></td></tr>
			<tr><td><input type="radio" disabled="disabled" name="groupingInterval" id="intervalQuarter" onclick="groupQuarterly()" autocomplete="off"/><label for="intervalQuarter">Quarterly</label></td></tr>
			<tr><td><input type="radio" disabled="disabled" name="groupingInterval" id="intervalYear" onclick="groupYearly()" autocomplete="off"/><label for="intervalYear">Yearly</label></td></tr>
		</table>
	</body>
</html>

Sample Description

How to use this sample?

Use option selector to the right of the chart to switch data grouping intervals.

to top

How it works

AnyChart Stock gives you the ability to use Data Grouping, which is very useful for showing large data sets, you can read about this in Data Grouping and Values Approximation article.

In this sample we use the ability to change chart properties on-the-fly via objectModel (more in Updating Chart using Object Model article) to change data grouping interval unit.

to top

AnyChartStock JavaScript API

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

Item Type Description
needConfig Property (Boolean) Defines whether the access to full chart configuration object model is required.
objectModel Property (Object) Gets chart configuration as an Object.
applySettingsChanges Method Commits changes made to settings element of the objectModel.
setXMLFile Method Sets chart XML configuration file path.
write Method Adds the chart to HTML DOM as a child of the specified container.
onChartDraw Event This event is dispatched when the AnyChart Stock is drawn.

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

  • 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.