@import "LinePath/style";
@import "YScale/style";
@import "XScale/style";
@import "ToolTip/style";

.hui-LineGraph {
  @extend %general-reset;
  height: 100%;
  position: relative;
}

.hui-LineGraph__svg {
  width: 100%;
  height: 100%;
}

.hui-LineGraph__emptyState {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.76);
  top: 50%;
  height: $x-10;
  line-height: $x-10;
  margin-top: -10px;
  font-weight: 800;
  border: 1px solid $grey-lighter;
  z-index: 1;
}
