doughnut-legend.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
  /* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
  -webkit-padding-start: 0;
  /* Webkit */
  -moz-padding-start: 0;
  /* Mozilla */
  padding-left: 0;
  /* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */
  // width: 20%;
  display: inline-block;
  position: absolute;
  top: 17%;
  right: -20%;
}
.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 20px 8px 20px 28px;
  font-size: smaller;
  cursor: default;
  text-align: left;
  font-size: 16px;
  line-height: 1em;
}
.chart-legend-icon,
.bar-legend-icon,
.line-legend-icon,
.pie-legend-icon,
.radar-legend-icon,
.polararea-legend-icon,
.doughnut-legend-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 20px;
  height: 20px;
  // border-radius: 5px;
  text-align: left;
}
.canvas-left{
  width: 80%;
  /*display: inline-block;*/
  margin-bottom: 2rem;
}
.canvas-center{
  width: 100px;
  height: 30px;
  margin-left: -50px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
}
.canvas-center span{
  font-size: 36px;
}
.doughnut-legend{
  // width: 25%;
}
.doughnut-legend-num{
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.6em;
}