mySelection.style( name ) in D3.js
Get the computed value of a CSS style property.
Arguments
name | type | description |
---|---|---|
name | String |
- Return Type
- String
Description
For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-style.
See Also
- Selection.style(name,value,[priority])
- Selection.style(name,func,[priority])