Closed garrypolley closed 11 years ago
Class names aren't applied to the VML elements. I found out its a lot cleaner to just applied the class names and ID's on the SVG shadow DOM that you see rather than on the VML elements themselves. I do this for a couple of reasons:
Also R2D3 should only be used with IE versions that do not have SVG support (IE < 9).
Found the issue. R2D3 shims SVG elements much the same way the HTML5 shim does. That means R2D3 needs to be above all the styles. That kinda stinks, so I'll create a small SVGShim to put above the styles so R2D3 can remain at the bottom.
Closing this as its invalid.
In attempting to use this library to draw some graphs, the class name are not applied to the vml markup.
I see it in the svg section, but the generated shape tags do not have the styles defined in my classes.
Note this also effects IE9 just using standard D3. So maybe just an IE problem altogether?