Skip to content

Commit

Permalink
version 1.2.1, bugfix percentColors should not be provided by defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bernii committed Mar 9, 2014
1 parent a8de696 commit b5556ab
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bernii/gauge.js",
"version": "1.0.0",
"version": "1.2.1",
"main": [
"dist/gauge.js",
"dist/gauge.min.js",
Expand Down
5 changes: 0 additions & 5 deletions dist/gauge.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ class Gauge extends BaseGauge
lineWidth: 0.44
fontSize: 40
limitMax: false
percentColors : [
[ 0.0, "#a9d70b" ],
[ 0.50, "#f9c802" ],
[ 1.0, "#ff0000" ]
]

constructor: (@canvas) ->
super()
Expand Down
3 changes: 1 addition & 2 deletions dist/gauge.js

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

Loading

0 comments on commit b5556ab

Please sign in to comment.