Comments on: Simple D3.js Bar Chart Webcast http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/ casin' the joint since '85 Thu, 03 Mar 2016 20:39:33 +0000 hourly 1 https://wordpress.org/?v=4.4.3 By: enj http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1621 Fri, 20 Jan 2012 02:36:28 +0000 http://enja.org/?p=660#comment-1621 @Bob, I think it would be better to add a new column where you specify the full name, then access that data when making your text.

so if your new column was called fullname then you could do text(d.fullname) inside the function.

]]>
By: Bob http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1620 Thu, 19 Jan 2012 22:42:00 +0000 http://enja.org/?p=660#comment-1620 Hey, this tutorial is pretty neat, but I noticed its a bit different from the one that’s included in the examples on the D3.js site.

https://github.com/mbostock/d3/blob/master/examples/bar/bar.html

If you change the labels of the abbreviations of states to the full name (in the CSV file), the full name won’t show up. Any suggests would be super useful – its been frustrating to toy around with getting the labels right.

]]>
By: Carl http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1161 Fri, 21 Oct 2011 11:38:21 +0000 http://enja.org/?p=660#comment-1161 Great video, for a non-programmer like me the explanation was really easy to follow. I look forward to further tutorials!

]]>
By: Nathan http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1093 Wed, 28 Sep 2011 18:17:16 +0000 http://enja.org/?p=660#comment-1093 Very helpful. Thanks for posting this!

]]>
By: enj http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1083 Mon, 19 Sep 2011 22:45:36 +0000 http://enja.org/?p=660#comment-1083 @MySchizoBuddy d3 could certainly help you create line charts for scientific data. It is a very flexible and powerful library. It is more about generating a document based on data, so once you get used to thinking in that way it becomes easier to see how powerful it is.

]]>
By: MySchizoBuddy http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1073 Sat, 17 Sep 2011 20:30:26 +0000 http://enja.org/?p=660#comment-1073 How good is d3 for creating line charts specially scientific charts with chart in chart capability?

]]>