This seems like a really stupid problem but I don't know how to fix it!
I have a table that looks like this:
<tbody>
Year
Megawatts
2010
55
2011
106
2012
174
2013
326
2014
618
2015
1121
</tbody>
I want to make a line graph that just shows the growth in megawatts over time, with...