d3-funnel-graph
Version:
SVG Funnel Graph Javascript Library
58 lines (56 loc) • 1.43 kB
CSS
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.d3-funnel-js-tooltip {
pointer-events: none;
font-size: .8em;
display: none;
align-items: center;
justify-content: center;
position: absolute;
white-space: wrap;
min-width: 140px;
width: auto;
height: 30px;
transition: opacity 0.2s;
font-family: "Open Sans", sans-serif;
font-size: 1em;
font-weight: normal;
line-height: 1em;
text-align: left;
padding: 4px;
border-radius: 5px;
border: 1px solid #000000;
background-color: #333333;
color: #f0f0f0;
z-index: 1000; }
.d3-funnel-js {
font-family: "Open Sans", sans-serif;
font-size: 1em;
font-weight: normal;
line-height: 1em;
text-align: left;
display: block;
margin: auto; }
.d3-funnel-js .label__group .label__value {
font-family: "Open Sans", sans-serif;
font-size: 1.5em;
font-weight: normal;
line-height: 18px;
text-align: left;
fill: #fff; }
.d3-funnel-js .label__group .label__title {
font-family: "Open Sans", sans-serif;
font-size: 1em;
font-weight: bold;
line-height: 1em;
text-align: left;
fill: #05df9d; }
.d3-funnel-js .label__group .label__percentage {
font-family: "Open Sans", sans-serif;
font-size: 1em;
font-weight: normal;
line-height: 1em;
text-align: left;
fill: #9896dc; }
.d3-funnel-js .divider {
stroke: #9896dc;
stroke-width: 0.1em; }