Skip to content

Commit

Permalink
build latest
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Apr 26, 2016
1 parent 254a7b3 commit 540b30e
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 71 deletions.
24 changes: 23 additions & 1 deletion build/nv.d3.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.2-dev (https://github.com/novus/nvd3) 2016-02-05 */
/* nvd3 version 1.8.2-dev (https://github.com/novus/nvd3) 2016-04-26 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down Expand Up @@ -164,6 +164,18 @@
}


.nv-force-node {
stroke: #fff;
stroke-width: 1.5px;
}
.nv-force-link {
stroke: #999;
stroke-opacity: .6;
}
.nv-force-node text {
stroke-width: 0px
}

.nvd3 .nv-legend .nv-disabled rect {
/*fill-opacity: 0;*/
}
Expand Down Expand Up @@ -333,6 +345,16 @@ svg.nvd3-svg {
fill-opacity: .7;
}

/**********
* Print
*/

@media print {
.nvd3 text {
stroke-width: 0;
fill-opacity: 1;
}
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
stroke-width: 1px;
Expand Down
Loading

0 comments on commit 540b30e

Please sign in to comment.