Highcharts is a useful JavaScript library for producing a range of different charts with minimal configuration. In this tutorial, we'll be covering how to create basic bar and line charts and how to ...
In the [last section](03-rails-api.md), we made a simple API that delivered beer review related data in JSON format. Now let's figure out how to take that JSON format and visualize it. The primary ...