Skip to content

Commit

Permalink
Regenerated js file
Browse files Browse the repository at this point in the history
Will probably be doing this a bit more often than once per release so
that the deployed examples aren’t too far behind master, which is
particularly valuable when we fix bugs.
  • Loading branch information
almossawi committed Nov 11, 2014
1 parent 44ec9b6 commit d723ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/metricsgraphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function data_graphic() {
max_data_size: null // explicitly specify the the max number of line series, for use with custom_line_color_map
}
moz.defaults.point = {
buffer:16,
buffer: 16,
ls: false,
lowess: false,
point_size: 2.5,
Expand Down Expand Up @@ -739,7 +739,7 @@ function x_axis(args) {
.data(years).enter()
.append('text')
.attr('x', args.scales.X)
.attr('y', args.height - args.buffer + args.xax_tick_length)
.attr('y', args.height - args.bottom + args.xax_tick_length * 7 / 1.3)
.attr('dy', args.use_small_class ? -3 : 0)//(args.y_extended_ticks) ? 0 : 0 )
.attr('text-anchor', 'middle')
.text(function(d) {
Expand Down
2 changes: 1 addition & 1 deletion js/metricsgraphics.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d723ab9

Please sign in to comment.