Skip to content

Commit

Permalink
Added configurable chars
Browse files Browse the repository at this point in the history
  • Loading branch information
lbovet committed Jan 16, 2016
1 parent edf1c60 commit 8a8ffba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
index.coffee
README.md
1 change: 1 addition & 0 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ turtle = (config) ->
graph.setContent zibar s,
color: conf?.color || colors[index % colors.length]
height: conf?.height || graph.height-3
chars: conf?.chars
yAxis: conf?.yAxis
marks: style.marks
colors: style.colors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turtle-race",
"version": "1.0.4",
"version": "1.0.5",
"description": "Real-time metric graphs in the terminal",
"author": "Laurent Bovet <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 8a8ffba

Please sign in to comment.