d3.histogram()

d3.histogram() Constructs a new histogram generator with the default settings.

d3.hsl()

d3.hsl(h, s, l[, opacity]) d3.hsl(specifier) d3.hsl(color) Constructs a new HSL color. The channel values are exposed as h, s and l properties on the returned instance. Use the HSL color picker to explore this color space. If h, s and l are specified, these represent the channel values of the returned color; an opacity may also be specified. If a CSS Color Module Level 3 specifier string is specified, it is parsed and then converted to the HSL color space. See color for examples. If a color

d3.hsv()

d3.hsv(h, s, v[, opacity]) d3.hsv(specifier) d3.hsv(color) Constructs a new HSV color. The channel values are exposed as h, s and v properties on the returned instance. If h, s and v are specified, these represent the channel values of the returned color; an opacity may also be specified. If a CSS Color Module Level 3 specifier string is specified, it is parsed and then converted to the HSV color space. See d3.color for examples. If a color instance is specified, it is converted to the RGB co

d3.hcl()

d3.hcl(h, c, l[, opacity]) d3.hcl(specifier) d3.hcl(color) Constructs a new HCL color. The channel values are exposed as h, c and l properties on the returned instance. Use the HCL color picker to explore this color space. If h, c and l are specified, these represent the channel values of the returned color; an opacity may also be specified. If a CSS Color Module Level 3 specifier string is specified, it is parsed and then converted to the HCL color space. See color for examples. If a color

d3.geoWiechelRaw

d3.geoWiechel() d3.geoWiechelRaw The Wiechel projection.

d3.geoWagner7Raw

d3.geoWagner7() d3.geoWagner7Raw The Wagner VII projection.

d3.geoWinkel3Raw

d3.geoWinkel3() d3.geoWinkel3Raw The Winkel tripel projection.

d3.geoWagner6Raw

d3.geoWagner6() d3.geoWagner6Raw The Wagner VI projection.

d3.geoVanDerGrinten4Raw

d3.geoVanDerGrinten4() d3.geoVanDerGrinten4Raw The Van der Grinten IV projection.

d3.geoWagner4Raw

d3.geoWagner4() d3.geoWagner4Raw The Wagner IV projection, also known as Putniṇš P2´.