Devices
<%= render 'charts/donut_chart', id: 'OCRTY', labels: donutlabels, datasets: donutdata %>
Inventory By Location
<% inventory.each do |key,inven| %>
<%= key %>
<%= inven[0] %>
<%= inven[1] %>
<% end %>
Forecasting
<%= render 'charts/line_chart', id: 'CM', labels: linelabels, datasets: linedata %>