Index: trunk/extensions/MetricsReporting/ApiAnalyticsBase.php |
— | — | @@ -348,8 +348,10 @@ |
349 | 349 | 'data' => array( |
350 | 350 | ' timeseries - returns ordered list of value pairs, one for each month within range', |
351 | 351 | ' timeseriesindexed - like timeseries, but each month\'s value will be relative to oldest month\'s value which is always 100', |
352 | | - ' percentagegrowthlastmonth, percentagegrowthlastyear, percentagegrowthfullperiod - growth percentages are relative to oldest' . |
353 | | - ' value (80->100=25%) although trivial, requesting these metrics through API ensures all clients use same calculation', |
| 352 | + wordwrap( ' percentagegrowthlastmonth, percentagegrowthlastyear, percentagegrowthfullperiod - growth percentages are relative to oldest' . |
| 353 | + 'value (80->100=25%) although trivial, requesting these metrics through API ensures all clients use same calculation', |
| 354 | + 100, "\n " |
| 355 | + ), |
354 | 356 | ), |
355 | 357 | 'reportlanguage' => 'Language code, used to expand region and country codes into region and country name', |
356 | 358 | 'selectregions' => array( |