Skip to content

Commit

Permalink
Change grid color to light grey
Browse files Browse the repository at this point in the history
  • Loading branch information
julmon committed Jan 15, 2018
1 parent e5e1930 commit 5ce4dd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function new_graph(id, title, api, api_url, options, start_date, end_date)
labelsDiv: "legend"+id,
labelsKMB: true,
animatedZooms: true,
gridLineColor: '#DDDDDD',
dateWindow: [
new Date(start_date).getTime(),
new Date(end_date).getTime()
Expand Down

0 comments on commit 5ce4dd2

Please sign in to comment.