svg{
	overflow: visible;
}

body{
  font-family: monospace;
  margin: 0px;
  overflow: hidden;
}

.axis{
  opacity: .5;
}

.line{
  fill: none;
  stroke: black;
  stroke-width: 3;
}

.area{
  fill: #eee;
}

.your-line{
  stroke: #f0f;
  stroke-width: 3;
  stroke-dasharray: 5 5;
}