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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2008-01-21 06:57:33 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-01-21 06:57:33 +0300
commit45d08caab2d58d540c68afc2b01534fd7bfbf5ae (patch)
tree9b1e370a1b64001da5bfcae65c3365b007524db3 /plugins/Widgetize/Controller.php
parent9466fe91bd5ce2d3b3cb416a3b31c0afeab07773 (diff)
- added link to example of how to embed your web statistics in your blog/website
- added sparklines in the UI for all major integer stats - set some default output type for some reports, eg. for 'Visits by local time' the default is a vertical bar - added a + image that loads the other images when clicked (julien we need a WOW effect here) ; it cleared the UI imho git-svn-id: http://dev.piwik.org/svn/trunk@227 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Widgetize/Controller.php')
-rw-r--r--plugins/Widgetize/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Widgetize/Controller.php b/plugins/Widgetize/Controller.php
index 41c60255aa..36350b3005 100644
--- a/plugins/Widgetize/Controller.php
+++ b/plugins/Widgetize/Controller.php
@@ -45,6 +45,7 @@ class Piwik_Widgetize_Controller extends Piwik_Controller
$view = new Piwik_View('Widgetize/templates/test_jsinclude2.tpl');
$view->url1 = '?module=Widgetize&action=js&moduleToWidgetize=Home&actionToWidgetize=getBrowser&idSite=1&period=day&date=yesterday';
$view->url2 = '?module=Widgetize&action=js&moduleToWidgetize=Home&actionToWidgetize=getCountry&idSite=1&period=day&date=yesterday&viewDataTable=cloud&showDataTableFooter=0';
+ $view->url3 = '?module=Widgetize&action=js&moduleToWidgetize=Home&actionToWidgetize=getKeywords&idSite=1&period=day&date=yesterday&viewDataTable=table&showDataTableFooter=0';
echo $view->render();
}