Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jan 10, 2016
1 parent 09c30f0 commit cbbd94f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/metricsgraphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ MG.data_graphic = function(args) {
full_height: false, // sets the graphic width to be the width of the parent element and resizes dynamically
small_height_threshold: 120, // the height threshold for when smaller text appears
small_width_threshold: 160, // the width threshold for when smaller text appears
//small_text: false, // coerces small text regardless of graphic size
xax_count: 6, // number of x axis ticks
xax_tick_length: 5, // x axis tick length
axes_not_compact: true,
Expand Down
2 changes: 1 addition & 1 deletion examples/examples.htm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<a href='http://metricsgraphicsjs.org'>MetricsGraphics.js 2.8</a>
<br />Created by <a href='https://twitter.com/alialmossawi'>Ali Almossawi</a> and
<a href='https://github.com/hamilton'>Hamilton Ulmer</a>
<br />2014-2015 &middot; Shared under a <a href='http://www.mozilla.org/MPL/2.0/'>
<br />2014-2016 &middot; Shared under a <a href='http://www.mozilla.org/MPL/2.0/'>
Mozilla Public License</a>
<br /><a href='https://github.com/mozilla/metrics-graphics'>
<i class='fa fa-github fa-3x' style='line-height:42px'></i>
Expand Down
2 changes: 1 addition & 1 deletion examples/interactive-demo.htm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<div class='container footer'>
Created by <a href='https://twitter.com/alialmossawi'>Ali Almossawi</a> and
<a href='https://github.com/hamilton'>Hamilton Ulmer</a>
<br />2014-2015 &middot; Shared under a <a href='http://www.mozilla.org/MPL/2.0/'>
<br />2014-2016 &middot; Shared under a <a href='http://www.mozilla.org/MPL/2.0/'>
Mozilla Public License</a>
</div>

Expand Down
1 change: 0 additions & 1 deletion src/js/common/data_graphic.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ MG.data_graphic = function(args) {
full_height: false, // sets the graphic width to be the width of the parent element and resizes dynamically
small_height_threshold: 120, // the height threshold for when smaller text appears
small_width_threshold: 160, // the width threshold for when smaller text appears
//small_text: false, // coerces small text regardless of graphic size
xax_count: 6, // number of x axis ticks
xax_tick_length: 5, // x axis tick length
axes_not_compact: true,
Expand Down

0 comments on commit cbbd94f

Please sign in to comment.