<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <html xmlns=" http://www.w3.org/1999/xhtml "> <head> <title></title> <link rel="stylesheet" type="text/css" href="ext3/css/ext-all.css" /> <script type="text/javascript" src="ext3/ext-base.js"></script> <script type="text/javascript" src="ext3/ext-all-debug.js"></script> <script type="text/javascript"> Ext.BLANK_IMAGE_URL = 'ext3/images/default/s.gif'; Ext.chart.Chart.CHART_URL = 'ext3/resources/charts.swf'; Ext.onReady(function() { var store = new Ext.data.JsonStore({ fields:['name', 'games', 'movies','music'], data: [ {name:'Jul 07', games: 245, movies: 300, music:700}, ...