Skip to content

Commit

Permalink
Fix issue w3c#91
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jul 18, 2014
1 parent cdc3b21 commit 91d43c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/metrics-graphics.js
Expand Up @@ -233,7 +233,7 @@ function xAxis(args) {
var years = d3.time.years(min_x, max_x);

if (years.length == 0){
var first_tick = args.scales.X.ticks(args.xax_tick)[0];
var first_tick = args.scales.X.ticks(args.xax_count)[0];
years = [first_tick];

}
Expand Down

0 comments on commit 91d43c9

Please sign in to comment.