Skip to content

Commit

Permalink
Merge pull request #3245 from moisseev/webui
Browse files Browse the repository at this point in the history
[WebUI] Update D3Evolution to 1.2.0
  • Loading branch information
vstakhov committed Feb 2, 2020
2 parents f99ecf6 + 63b918f commit e438ca7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
35 changes: 33 additions & 2 deletions interface/css/d3evolution.css
Expand Up @@ -13,12 +13,43 @@
shape-rendering: crispEdges;
}
.d3evolution .grid path {
stroke-width: 0;
stroke-width: 0;
}
.d3evolution .axis,
.d3evolution .legend {
font-size: 12px;
}
.d3evolution .legend .value {
font-size: 10px;
}
.d3evolution .cursor-time {
font-size: 10px;
}
.d3evolution .cursor {
shape-rendering: crispEdges;
}
.d3evolution .cursor .background {
stroke: white;
}
.d3evolution .cursor .foreground {
stroke-dasharray: 4, 2;
}
.d3evolution .cursor .x.foreground {
stroke: blue;
}
.d3evolution .cursor circle {
shape-rendering: geometricPrecision;
}
.d3evolution .cursor circle.foreground {
stroke-dasharray: none;
stroke: black;
opacity: .5;
}
/*
path.path {
shape-rendering: crispEdges;
}
*/
.d3evolution .axis path,
.d3evolution .axis line {
fill: none;
Expand All @@ -28,7 +59,7 @@
.d3evolution .legend circle {
stroke-width: 2px;
}
.d3evolution .path-null{
.d3evolution .path-null {
fill: steelblue;
fill-opacity: .1;
}

0 comments on commit e438ca7

Please sign in to comment.