mirror of
https://github.com/tabler/tabler.git
synced 2026-08-04 09:24:40 +04:00
15 lines
423 B
HTML
15 lines
423 B
HTML
<div class="card">
|
|
<div class="card-body">
|
|
<h3 class="card-title">Email Statistics</h3>
|
|
<div>
|
|
<div id="chart-emails" style="height: 15rem"></div>
|
|
|
|
{% include js/chart-circle.js id="chart-emails" data='{"Open": [30, "blue"], "Bounce": [50, "red"], "Unsubscribe": [25, "yellow"]}' type="donut" %}
|
|
</div>
|
|
</div>
|
|
<div class="card-footer">
|
|
<i class="fa fa-clock-o"></i> Campaign sent 2 days ago
|
|
</div>
|
|
</div>
|
|
|