style = html`<style>
.parameter-select {
display:inline-block;
margin:5px;
}
.yAxis path.domain {
visibility: hidden;
}
.tick line {
stroke: #cfcfcf;
}
.legend-group.selected {
border-style:solid;
border-color: #333;
}
.legend-group:hover {
border-color: #333;
}
.legend-group {
border:2px dotted transparent;
padding: 0px 2px 0px 2px;
cursor: default;
}
.legend-line {
height:5px;
width:50px;
margin-bottom:2px;
margin-right:3px;
display:inline-block;
}
.legend-text {
font-size:.8em;
}
</style>`