{% include "@Components/items/review-chart-item/review-chart-item.twig" with {
props: {
percent: "72",
count: "203",
variant: "positive",
title: "Pozitivní",
link: {
title: "Read more",
href: "https://www.google.com/",
color: "primary"
}
}
}
%}
<div class="i-review-chart --positive" data-chart-data=",,,," data-chart-labels=",,,,">
<div class="i-review-chart__chart">
<canvas class="i-review-chart__canvas-assistant"></canvas>
<canvas class="i-review-chart__canvas"></canvas>
<div class="i-review-chart__total">
<span class="i-review-chart__percent base-h1">72%</span>
<span class="base-h4 i-review-chart__total-count">203</span>
</div>
</div>
<div class="i-review-chart__legend">
<h3 class="base-h3 i-review-chart__heading">Pozitivní</h3>
<span class="base-h4 i-review-chart__legend-total-count">203</span>
</div>
</div>