Skip to content
Extraits de code Groupes Projets
Valider 48df5c3d rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

minor

git-svn-id: http://dev.piwik.org/svn/trunk@5293 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 75197174
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,13 +11,12 @@ ...@@ -11,13 +11,12 @@
*/ */
/** /**
* The ImageGraph.get API call lets you generate a beautiful static PNG Graph for any existing Piwik report. * The ImageGraph.get API call lets you generate a beautiful static PNG Graph for any existing Piwik report (supported graphs types are: line plot, pie chart, vertical bar chart).
* This API should be used when you want to generate a static PNG image (line plot, pie chart, vertical bar chart).
* *
* A few notes about some of the parameters available: * A few notes about some of the parameters available:<br/>
* - $graphType defines the type of graph plotted, accepted values are: 'evolution', 'verticalBar', 'pie' * - $graphType defines the type of graph plotted, accepted values are: 'evolution', 'verticalBar', 'pie'<br/>
* - $colors accepts a comma delimited list of colors that will overwrite the default Piwik colors * - $colors accepts a comma delimited list of colors that will overwrite the default Piwik colors <br/>
* - You can also customize the width, height, font size, metric being plotted (in case the API function specified returns several metrics). * - You can also customize the width, height, font size, metric being plotted (in case the data contains multiple columns/metrics).
* *
* @package Piwik_ImageGraph * @package Piwik_ImageGraph
*/ */
......
...@@ -16,7 +16,6 @@ class Piwik_ImageGraph extends Piwik_Plugin ...@@ -16,7 +16,6 @@ class Piwik_ImageGraph extends Piwik_Plugin
public function getInformation() public function getInformation()
{ {
return array( return array(
'name' => 'Image Graph',
'description' => Piwik_Translate('ImageGraph_PluginDescription'), 'description' => Piwik_Translate('ImageGraph_PluginDescription'),
'author' => 'Piwik', 'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/', 'author_homepage' => 'http://piwik.org/',
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter