I’m playing around this D3 Bar Chart Project example… CodePen. And I wonder why, when I change the transform, rotate(-90) to a positive number, the text will be invisible. Same goes with the attr('x', -250). #help
So I went in, changed the "transform", "rotate(-90)" to -50, then -40. If you try this out, you will see the text rotating around a point that is either right at the edge of the page, or outside of it.
So if you rotate to the opposite side (the positive side), the text is off of the page.
Let me know if this makes sense, or if you have any other questions.