Skip to content

Commit

Permalink
Remove height from svg.nvd3-svg style to fix IE/Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Setera committed Feb 6, 2018
1 parent f81cd38 commit f0af6cb
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 31 deletions.
17 changes: 8 additions & 9 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) 2017-10-14 */
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-02-06 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down Expand Up @@ -256,18 +256,17 @@ svg.nvd3-svg {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-select: none;
display: block;
width:100%;
height:100%;
}

/********************
Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
box-shadow: 0 5px 10px rgba(0,0,0,.2);
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
border-radius: 5px;
}


Expand Down Expand Up @@ -334,10 +333,10 @@ svg.nvd3-svg {
*/

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

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
Expand Down
2 changes: 1 addition & 1 deletion build/nv.d3.js
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) 2017-10-14 */
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-02-06 */
(function(){

// set up main nv object
Expand Down
2 changes: 1 addition & 1 deletion build/nv.d3.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f0af6cb

Please sign in to comment.