I sent you an email with screen shots.
Also, here is the script we use.
document.all.TeeChart.style.display="block";
var strDataString="1455,609,562,604,15,13;236,47,0,43,40,38;238,48,1,44,42,40;3496,276,25,254,265,248;1496,144,123,141,16,14;2989,1674,1358,1570,0,0;";
var strLableString="瀏覽網頁;造訪;首次造訪;訪客;登入;已驗證訪客;";
var strSeriesTitleString="embassie.inspire-infotech.com;it.inspire-infotech.com;it.inspire-infotech.com/weeklyreport;it.inspire-infotech.com/weeklyreport/WorkContent;nibbler.inspire-infotech.com;
www.inspire-infotech.com;";
Init();
SetButton(strButtonString);
Add(intSeriesDefaultType,strDataString,strLableString,0);
SetSeriesTitle(strSeriesTitleString);
SetButton("Save,Print");
SetHeader("網站總覽");
var TChartAnnotStr="";
var TCAnnotStyle="0";