continuous.range()

continuous.range([range])

If range is specified, sets the scale’s range to the specified array of values. The array must contain two or more elements. Unlike the domain, elements in the given array need not be numbers; any value that is supported by the underlying interpolator will work, though note that numeric ranges are required for invert. If range is not specified, returns a copy of the scale’s current range. See continuous.interpolate for more examples.

doc_D3_Js
2016-11-24 10:25:41
Comments
Leave a Comment

Please login to continue.