Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chaining multiple transform styles to an element do not all get applied to the element #303

Closed
douglaskariuki opened this issue Jun 27, 2022 · 1 comment

Comments

@douglaskariuki
Copy link

I'm trying to apply multiple transform, i.e translate, rotate, skew, to a html element but only the last one is getting applied to the element, also when I try to place the styles in css files, only the one in d3 is getting applied to the element.

@douglaskariuki douglaskariuki changed the title chaining multiple transform styles to an element do not all get applied to an element Jun 27, 2022
@mbostock
Copy link
Member

Please use Stack Overflow tag d3.js to ask for help. Stack Overflow provides a better collaborative forum: thousands of D3-related questions have been asked there, and some answers may be relevant to you.

When asking for help, please include a link to demonstrate the issue, preferably as an Observable notebook. 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! 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants