Rendering HighCharts within React

I used React to make this Codepen which renders a bar chart for some of the 2016 StackOverflow Developer Survey results, using HighCharts.

I thought I would share this to point out the utility of HighCharts, which I discovered today seeing it used on one of the FCC non-profit demos. It’s really quite a nice tool to create charts and worth checking out. You have to link a JS library and then include some JS to render the chart on your page.

Also, I thought the results of this survey were interesting. According to it, 28% of developers work as full-stack web developers, and nearly half (46%) reported an occupation involving a web stack (front, back, full).

I think this is promising considering many of us at FCC are working to gain full-stack skills!

1 Like