Skip to content

Commit

Permalink
Fix vAxis title in charts
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Mar 27, 2012
1 parent 6524b99 commit 9681cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spectacular/index.html
Expand Up @@ -9,7 +9,7 @@
'width':1000,
'height':300,
'hAxis': { 'title': 'Time' },
'vAxis': { 'title': 'Data' } };
'vAxis': { 'title': 'Bytes' } };
}

function listen() {
Expand Down

0 comments on commit 9681cc7

Please sign in to comment.