Changes between Version 18 and Version 19 of S3/S3Report


Ignore:
Timestamp:
11/29/12 14:06:51 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Report

    v18 v19  
    1919== URL Methods ==
    2020
    21 S3Report responds to the {{{report}}} URL method, for ''all'' resources (generic method).
     21S3Report responds to the {{{/report}}} URL method, for ''all'' resources (generic method).
    2222
    2323The following parameters are accepted:
     
    2828  ||fact||the name of the field to be used for the instance values||no (falls back to "name" if present, otherwise to "id")||
    2929  ||aggregate||the aggregation function||no (default: list)||
     30  ||table||whether to hide the pivot table (table=0) or show it (table=1)||no||
     31  ||chart||render as chart by default, format: chart=<type>:<dimension>||no||
    3032
    3133rows, cols and fact support the same options as list_fields:
     
    3436  - virtual fields in the table
    3537  - fields/virtual fields in tables linked by foreign keys ($-notation)
     38
     39The {{{chart}}} option accepts:
     40
     41  - type: piechart|barchart|breakdown
     42  - dimension: rows|cols
    3643
    3744S3Report supports a number of aggregation functions. The following functions have been tested so far: