1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 19:50:59 +04:00

small fixes

This commit is contained in:
codecalm
2020-11-15 15:04:06 +01:00
parent 5f2983102d
commit 3ab7200f69
2 changed files with 6 additions and 1 deletions
@@ -24,7 +24,7 @@
<td class="text-muted">{{ page.visitors | format_number }}</td>
<td class="text-muted">{{ page.unique | format_number }}</td>
<td class="text-muted">{{ page.bounce-rate }}</td>
<td class="text-right">
<td class="text-right w-1">
{% include ui/chart-sparkline.html type="line" data=data %}
</td>
</tr>
@@ -30,6 +30,10 @@
enabled: true
},
},
tooltip: {
enabled: false,
},
{% if type == 'donut' %}
plotOptions: {
radialBar: {
hollow: {
@@ -44,6 +48,7 @@
}
}
},
{% endif %}
{% if type == 'area' or type == 'line' %}
stroke: {
width: 2,