styles = html`
<style>
/*
.y-axis-label,
.x-axis-label {
font-family: Lato, Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
}
.y-axis line {
stroke-dasharray: 2 2;
stroke: #bababa;
}
.y-axis .domain {
fill-opacity: 0;
stroke-opacity: 0;
}
*/
// Chart styles
.active {
stroke: black!important;
stroke-width: 3;
// visibility: hidden;
}
.tooltip {
display: block;
position: absolute;
z-index: 300;
visibility: hidden;
max-width: 320px;
// min-width: 150px;
margin: 0;
padding: 0.4rem;
// background: rgba(69,77,93,.9);
// color: #fff;
background: rgba(255, 255, 255, 0.9);
color: black;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
border-radius: 0.2rem;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 11px;
// line-height: 1.4;
text-align: center;
// text-overflow: ellipsis;
// white-space: pre-wrap;
}
// Tooltip styles
.tooltip-title {
color: black;
font-size: 14px
}
.tooltip-text {
color: blue;
}
.subset1 {
opacity: 0.1;
}
.annotation-note-title, .axis-label {
font-weight: bold;
}
//Annotations contracts
.contract {
background-color: lightgrey;
}
.active {
//border-width: 1.5px;
//border-color: black;
background-color: #76FDA9;
}
</style>`