deleted some unneeded commits

This commit is contained in:
郭方舟 2012-10-24 12:13:56 +08:00
parent ad88953935
commit 4f15971c57

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
@ -35,9 +35,6 @@
});
DataV.csv("DataExample.csv", function (dataSource) {
Histogram.setSource(dataSource);
//scatterplotMatrix.setDimensionsX(["年龄", "交易总额", "交易笔数"]);
//scatterplotMatrix.setDimensionsY(["年龄", "交易总额", "交易笔数"]);
//scatterplotMatrix.setTypeName(["等级1", "等级2", "等级3", "等级4", "等级5", "等级6", "等级7"]);
Histogram.render();
});
});