gka / d3-jetpack

🚀 Nifty convenience wrappers that speed up your daily work with d3.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.st("order", [number]) doesn't work

keithng opened this issue · comments

Using .st() for the "order" attribute doesn't work when a number is provided as the value, but works when a string is provided as a value.

https://codepen.io/keithng/pen/jOEoBZB

The DOM element style is not changing at all when a number is provided.