@import '../../variables.scss';

#{$biz-css-prefix}-chartBox{
  position: relative;
}
#{$biz-css-prefix}-chartDom{
  width: 100%;
  height: 200px;
}
#{$biz-css-prefix}-chartErrorMsg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: darkorange;
  text-align: center;
}
#{$biz-css-prefix}-totalMsg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
}
