Skip to content

Commit

Permalink
Nicer graph
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Feb 1, 2016
1 parent 5c16a46 commit 97f4b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/charts/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= render partial: 'shared/add_links' %>
<%= render partial: 'shared/add_links' %>

<div class='chart-hours'>
<%= render partial: 'shared/hours_picker' %>
Expand Down Expand Up @@ -84,7 +84,7 @@
}
}

datas = [bg, meds, carbs]
datas = [bg, meds] //, carbs]

Plotly.newPlot('chart', datas, layout, { displayModeBar: false })
}
Expand Down

0 comments on commit 97f4b6f

Please sign in to comment.