mirror of
https://github.com/tabler/tabler.git
synced 2026-07-23 19:50:59 +04:00
small fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user