Skip to content

Commit

Permalink
built new package to use libary
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerWie committed Apr 20, 2018
1 parent cbb9ab6 commit ca59760
Show file tree
Hide file tree
Showing 6 changed files with 23,692 additions and 18,183 deletions.
142 changes: 71 additions & 71 deletions build/nv.d3.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-02-24 */
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-04-20 */
.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 @@ -87,27 +87,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;
}

/* 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 @@ -130,7 +130,7 @@
.nvd3.nv-bullet .nv-range:hover {
fill-opacity: .7;
}


.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
stroke-width: 1px;
}
Expand All @@ -156,52 +156,52 @@
.nvd3.nv-candlestickBar .nv-ticks line {
stroke: #333;
}

.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;*/
}

.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;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
opacity: 0;
}


.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;*/
}

.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;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
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 @@ -244,7 +244,7 @@
.nvd3 .nv-indexLine {
cursor: ew-resize;
}


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


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



.nvd3 .background path {
fill: none;
stroke: #EEE;
Expand Down Expand Up @@ -389,7 +389,7 @@ svg.nvd3-svg {
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 @@ -427,7 +427,7 @@ svg.nvd3-svg {
fill-opacity: 0;
stroke-opacity: 0;
}


/* scatter */
.nvd3 .nv-groups .nv-point.hover {
stroke-width: 20px;
Expand All @@ -445,7 +445,7 @@ svg.nvd3-svg {
.nv-distx, .nv-disty {
pointer-events: none;
}


/* sparkline */
.nvd3.nv-sparkline path {
fill: none;
Expand Down Expand Up @@ -494,7 +494,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 @@ -511,7 +511,7 @@ svg.nvd3-svg {
stroke-opacity: 0;
fill-opacity: 0;
}


.nvtooltip {
position: absolute;
background-color: rgba(255,255,255,1.0);
Expand Down

0 comments on commit ca59760

Please sign in to comment.