Skip to content

Commit 78f2aa7

Browse files
committed
update built libs
1 parent 8830920 commit 78f2aa7

File tree

5 files changed

+589
-123
lines changed

5 files changed

+589
-123
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rickshaw",
3-
"version": "1.4.4",
3+
"version": "1.4.6",
44
"dependencies": {
55
"d3": "~3.3.6"
66
},

rickshaw.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@
231231
stroke-width: 1px;
232232
stroke-dasharray: 1 1;
233233
}
234+
.rickshaw_graph .y_grid .tick[data-y-value="0"] {
235+
stroke-dasharray: 1 0;
236+
}
234237
.rickshaw_graph .y_grid path,
235238
.rickshaw_graph .x_grid_d3 path {
236239
fill: none;

0 commit comments

Comments
 (0)