coconut-graph
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "coconut-graph", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Graph lib using d3 ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -74,3 +74,3 @@ var d3 = require('d3'); | ||
if (options.guides) { | ||
guides.tickSize(-graph.width(), 0, 0); | ||
guides.tickSize(-graph.width(), 0, 0).ticks(options.ticks); | ||
graph.svg.selectAll('.grid.' + name).call(guides); | ||
@@ -77,0 +77,0 @@ } |
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
33550