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

widget_example_lastvisits.html « others « misc - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9aa0478eb32fe82f7518a8a896234784b4e9653 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
<p>Number of visits per week for the last 52 weeks</p>

<div id="widgetIframe">
    <iframe width="800" height="450"
            src="https://piwik.org/demo/index.php?module=Widgetize&action=iframe&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=1&period=week&date=last52&columns[]=nb_visits&disableLink=1"
            scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</div>
</body>
</html>