Skip to content

Files

Latest commit

7022aba · May 8, 2014

History

History
This branch is 35 commits behind dojo/demos:master.

mobileCharting

-------------------------------------------------------------------------------
Mobile Stock Charting - This application displays three stock charts.  It works well for both desktop and mobile devices.  On mobile devices, try two-finger touching to display the difference between quote values and touch-scroll across dates.
-------------------------------------------------------------------------------
Authors: Damien Mandrioli, Christophe Jolif
-------------------------------------------------------------------------------
Demo description

	 A stock chart demo showing dojox.charting mobile features including touch interactions.
	 Clicking the Touch mode switches from panning to data indicator modes.
	 Supports both mouse and touch interactions. Try on a touchscreen device
	 and use two fingers in data indicator mode to see difference between values
	 at two points!
	
-------------------------------------------------------------------------------
Dependencies:

	Dojo Core (fx.easing, fx)
	Dijit (Chart)
	DojoX (mobile, charting)

-------------------------------------------------------------------------------
Installation instructions

	Simply run the included demo.html
		
-------------------------------------------------------------------------------
@rank:95 @categories:mobile,graphics