d3plus / d3plus-shape

Fancy SVG shapes for visualizations
MIT License
20 stars 2 forks source link

replaces labelPadding method with new TextBox.padding method #67

Closed nbond211 closed 6 years ago

nbond211 commented 6 years ago

Description

Removes the labelPadding method from the Shape class and instead uses the TextBox.padding method, made available through the labelConfig method. (closes #66 )

Types of changes

Checklist