Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix updating of layer dimension labels. (alexlenail#5)
* Fix updating of layer dimension labels. When using the numeric range controls to alter the width of the layers, the input labels weren't being updated in the diagram. Address by creating the corresponding d3.js elements initially, but then updating their dynamic properties on change. Also fix a rendering glitch when superscripting dimensions with repeated digits, e.g., "11". * Limit scope, update text label elements only.
- Loading branch information