Commit 0924df0d authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ui) upgrade d3/nvd3

(cherry picked from commit 8decc7a3)
parent 2c95a7c7
/* nvd3 version 1.8.2 (https://github.com/novus/nvd3) 2016-01-24 */
/* nvd3 version 1.8.3 (https://github.com/novus/nvd3) 2016-04-26 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
......@@ -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;*/
}
......@@ -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;
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment