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(); }); });