I have looking through all the chart examples on the d3.js site but it's too much complex to understand. All i want is to plot x axis and y axis and plot a json data like
{count:100,year:1999}
{count:240,year:2010}
{count:290,year:2009}
Count on x axis and year on y axis.Can any one provide a simple sample to get started.
These two sandboxs are helpful for understanding d3 - http://phrogz.net/js/d3-playground/#VerticalBars_HTML (although some examples don't work anymore) and http://enjalot.com - Tributary.
Here is the start of a bar chart based on your data : http://enjalot.com/inlet/4125640/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With