Skip to content

Commit

Permalink
Merge pull request #254 from julmon/grid_color_light_grey
Browse files Browse the repository at this point in the history
Change grid color to light grey
  • Loading branch information
julmon authored Jan 15, 2018
2 parents e5e1930 + 5ce4dd2 commit 043216a
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 043216a

Please sign in to comment.