Skip to content

Commit

Permalink
build furious legen
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfnovus committed Apr 21, 2015
1 parent f76d862 commit 84e1769
Show file tree
Hide file tree
Showing 12 changed files with 13,462 additions and 11,854 deletions.
88 changes: 75 additions & 13 deletions build/nv.d3.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.1 (https://github.com/novus/nvd3) 2015-04-03 */
/* nvd3 version 1.8.1 (https://github.com/novus/nvd3) 2015-04-21 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down Expand Up @@ -43,7 +43,7 @@
.nvd3 .nv-axis.nv-disabled {
opacity: 0;
}


.nvd3 .nv-bars rect {
fill-opacity: .75;

Expand Down Expand Up @@ -90,7 +90,27 @@
fill: rgba(0,0,0,1);
stroke: rgba(0,0,0,0);
}


/* boxplot CSS */
.nvd3 .nv-boxplot circle {
fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
stroke: black;
}

.nv-boxplot-tick:hover {
stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
Expand All @@ -112,15 +132,57 @@
.nvd3.nv-bullet .nv-range:hover {
fill-opacity: .7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
stroke: #2ca02c;
fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
stroke: #d62728;
fill: #d62728;
}

.nvd3.nv-candlestickBar .nv-ticks line {
stroke: #333;
}


.nvd3 .nv-legend .nv-disabled rect {
/*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
fill-opacity:0;
stroke-width:2;
}

.nvd3 .nv-check-box .nv-check {
fill-opacity:0;
stroke-width:4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
fill-opacity:0;
stroke-opacity:0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
fill-opacity: 1;
}
}
.nvd3 .nv-groups path.nv-line {
fill: none;
}
Expand Down Expand Up @@ -167,7 +229,7 @@
.nvd3 .nv-indexLine {
cursor: ew-resize;
}


/********************
* SVG CSS
*/
Expand Down Expand Up @@ -259,7 +321,7 @@ svg.nvd3-svg {
fill-opacity: .7;
}



.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
stroke-width: 1px;
}
Expand All @@ -276,7 +338,7 @@ svg.nvd3-svg {
stroke: #d62728;
}



.nvd3 .background path {
fill: none;
stroke: #EEE;
Expand Down Expand Up @@ -309,7 +371,7 @@ svg.nvd3-svg {
stroke-width: 1;
stroke-opacity: 1;
stroke-dasharray: 5, 5;
}
}
.nvd3.nv-pie path {
stroke-opacity: 0;
transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
Expand Down Expand Up @@ -344,7 +406,7 @@ svg.nvd3-svg {
fill-opacity: 0;
stroke-opacity: 0;
}


/* scatter */
.nvd3 .nv-groups .nv-point.hover {
stroke-width: 20px;
Expand All @@ -360,7 +422,7 @@ svg.nvd3-svg {

.nv-distx, .nv-disty {
pointer-events: none;
}
}
/* sparkline */
.nvd3.nv-sparkline path {
fill: none;
Expand Down Expand Up @@ -409,7 +471,7 @@ svg.nvd3-svg {
.nvd3.nv-sparklineplus .nv-currentValue {
font-weight: bold;
font-size: 1.1em;
}
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
fill-opacity: .7;
Expand All @@ -427,7 +489,7 @@ svg.nvd3-svg {
.nvd3.nv-stackedarea .nv-groups .nv-point {
stroke-opacity: 0;
fill-opacity: 0;
}
}


.nvtooltip {
Expand Down Expand Up @@ -491,7 +553,7 @@ svg.nvd3-svg {

-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 1px 5px 0 0;
border-radius: 5px 5px 0 0;
}

.nvtooltip p {
Expand Down
Loading

0 comments on commit 84e1769

Please sign in to comment.