d3 / d3-transition

Animated transitions for D3 selections.
https://d3js.org/d3-transition
ISC License
224 stars 64 forks source link

transition.style doesn't change the stroke-width style #78

Closed Stigz closed 6 years ago

Stigz commented 6 years ago

Pretty new to d3 and I'm trying to use and play around with this example: https://bl.ocks.org/mbostock/2206590.

So anyways the issue is that it doesn't seem like the stroke-width changes (for the borders around the states) when transition.style is called after clicking on a state to zoom in on.

I'm also having trouble when trying to call transition.attr for circles (which I appended with g.selectAll(".mark)) whose radius I'm trying to adjust when zoomed in.

mbostock commented 6 years ago

Please use Stack Overflow tag d3.js to ask for help. Although I make an effort to assist everyone that asks, I am not always available to provide help promptly or directly. Stack Overflow provides a better collaborative forum for self-help: tens of thousands of D3-related questions have already been asked there, and some answered questions may be relevant to you.

When asking for help, please include a link to a live example that demonstrates the issue, preferably on bl.ocks.org. It is often impossible to debug from code snippets alone. Isolate the issue and reduce your code as much as possible before asking for help. The less code you post, the easier it is for someone to debug, and the more likely you are to get a helpful response.

If you have a question about D3’s behavior and want to discuss it with other users, also consider the d3-js Google Group or joining the d3-js Slack.

Thank you! 🤗