From 4f15971c57d1ca6ebd04cec86d4e6d68e7945959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=96=B9=E8=88=9F?= Date: Wed, 24 Oct 2012 12:13:56 +0800 Subject: [PATCH] deleted some unneeded commits --- example/histogram/histogram.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/example/histogram/histogram.html b/example/histogram/histogram.html index 936c33f..9268edc 100644 --- a/example/histogram/histogram.html +++ b/example/histogram/histogram.html @@ -1,4 +1,4 @@ - + @@ -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(); }); });