Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sparklines.twig « templates « ExampleUI « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 540b5e4677ecf40f18f108d474253a0689563ac2 (plain)
1
2
3
4
5
6
7
8
9
<div class="sparkline">
    {{ sparkline(urlSparkline1) }}
    Evolution of temperature for server matomo.org
</div>
<div class="sparkline">
    {{ sparkline(urlSparkline2) }}
    Evolution of temperature for server developer.matomo.org
</div>