Skip to content

Commit

Permalink
update built libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchester committed Dec 9, 2013
1 parent 8830920 commit 78f2aa7
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 123 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rickshaw",
"version": "1.4.4",
"version": "1.4.6",
"dependencies": {
"d3": "~3.3.6"
},
Expand Down
3 changes: 3 additions & 0 deletions rickshaw.css
Expand Up @@ -231,6 +231,9 @@
stroke-width: 1px;
stroke-dasharray: 1 1;
}
.rickshaw_graph .y_grid .tick[data-y-value="0"] {
stroke-dasharray: 1 0;
}
.rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path {
fill: none;
Expand Down

0 comments on commit 78f2aa7

Please sign in to comment.