paths-scala-js icon indicating copy to clipboard operation
paths-scala-js copied to clipboard

Bar missing min, max and compute

Open mfirry opened this issue 8 years ago • 1 comments

The javascript version looks like

export default function({data, accessor = id, width, height, min, max, gutter = 10, compute}) { /*... */}

Are we missing anything here?

mfirry avatar Oct 02 '16 17:10 mfirry

You are right for min and max. compute is only there for those ecosystems where the template rendering system does not allow computed properties (i.e., mustache) and is a pain to write a type for, so it will not be supported in the scala.js version

andreaferretti avatar Oct 03 '16 07:10 andreaferretti