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.histogram()

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

d3.hierarchy()

d3.hierarchy(data[, children]) Constructs a root node from the specified hierarchical data. The specified data must be an object representing the root node. For example: { "name": "Eve", "children": [ { "name": "Cain" }, { "name": "Seth", "children": [ { "name": "Enos" }, { "name": "Noam" } ] }, { "name": "Abel" }, { "name": "Awan", "children": [ { "n

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.geoWinkel3Raw

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

d3.geoWiechelRaw

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

d3.geoWagner7Raw

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

d3.geoWagner6Raw

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

d3.geoWagner4Raw

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

d3.geoVanDerGrinten4Raw

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