gh-benchmarks-grapher
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "gh-benchmarks-grapher", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "default graphing engine for gh-benchmarks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,2 +15,3 @@ | ||
$("<a></a>").attr("name", i.toString()).appendTo(container); | ||
$("<div></div>").addClass("gContainer").attr("id", "div"+i).appendTo(container); | ||
@@ -17,0 +18,0 @@ var selector = "#div%id%".replace("%id%",i.toString()); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172758
865