Skip to content
Snippets Groups Projects
Commit cb4a7925 authored by Lillian Gray's avatar Lillian Gray
Browse files

Fix x-axis labels #8

Number and content of labels now calculated by Google API
parent 1a0bea9d
Branches
No related merge requests found
......@@ -144,10 +144,8 @@ function initializeLineChart(){
'fontName': 'Georgia',
'vAxis': {'title': 'Individual Building Usage in Kilowatts'},
'hAxis': {
'slantedText': true,
'format': 'EEE MMM d, yyyy', //ICU Simple Date Format
'textStyle': {'fontSize':14},
'gridlines': {'count':0, 'color': '#fff'}},
'gridlines': {'count':-1, 'color': '#fff'}},
'colors': buildingColors,
'legend': 'none'
},//close options
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment