Hi All,
I was just trying to implement some tutorials with D3.js. I created a node.js workspace to allow for routing and put together my overall sections - javascript, data retrieval, base index, routing files - no problem. My only problem is in the styling. I’m visualizing the data as SVG. As such, I want to use fill and text-anchor for styling. I’m getting back an error of “unknown property ‘fill’”. Same for ‘text-anchor’. Should I have created my workspace as HTML5 and then brought node.js in, or…?
Thanks,
Bob