mySelection.style( name ) in D3.js

Get the computed value of a CSS style property.

Arguments

nametypedescription
name String
Return Type
String

Description

For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-style.

See Also