style = html`<style> .tick > line {
stroke: #ccc;
}
text {
font-size: 0.8em;
font-weight: 400;
}
.tick > text {
font-size: 1.1em;
fill: #666;
}
g.tick {
visibility: hidden;
}
g.tick:first-of-type, g.tick:last-of-type, g.tick:nth-of-type(18), g.tick:nth-of-type(9), g.tick:nth-of-type(27), g.tick:nth-of-type(5), g.tick:nth-of-type(23), g.tick:nth-of-type(13), g.tick:nth-of-type(31) {
visibility: visible;
}</style>`