coconut-graph
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "coconut-graph", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Graph lib using d3 ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -151,10 +151,2 @@ var Class = require('./class.js'); | ||
this.eachPlot(function(plot) { | ||
if (typeof plot.key === 'function') { | ||
plot.data_function = plot.key; | ||
plot.key = 'composed'; | ||
} else { | ||
plot.data_key = this.data_key(plot.key); | ||
plot.data_function = function(d) { return d[plot.data_key]; }; | ||
} | ||
var extent = d3.extent(this.data.values, plot.data_function); | ||
@@ -161,0 +153,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
30205
819