Sha256: de0285481246ed0a85bc515c7fe6e6e609b737d72946eb433d86dfca0e9029f9

Contents?: true

Size: 410 Bytes

Versions: 5

Compression:

Stored size: 410 Bytes

Contents

### Measures

The measure is what is being counted (or aggregated in another way). You can use any model as the measure.

For example, say we have a `Flight` model with a `flight_at` datetime column. We can chart the number of flights over time:

```yaml
measure: flight
dimensions:
- flight_at
```
[<img src="images/flights_by_flight_at.png?raw=true" width="500" />](images/flights_by_flight_at.png?raw=true)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reports_kit-0.3.1 docs/measures.md
reports_kit-0.3.0 docs/measures.md
reports_kit-0.1.0 docs/measures.md
reports_kit-0.0.4 docs/measures.md
reports_kit-0.0.3 docs/measures.md