I'm using dashing-js and trying to do the following
var d3 = require('d3');
Whitout success and I don't get any error messages more than that my jobs aren't running at all.
Any way I'm only want to make use of the d3.max and d3.min functions. Do anyOne of you perhaps know where I could find the javascript implementation of those 2 functions so I can just cop n paste them at the bottom of my js job file and don't have to import d3 at all?
Thanks alot in advance.