Sha256: b5b126fc0096c04fbb49b3ee5efe314b9d5e4236fb20a711c0433fda30ff789d

Contents?: true

Size: 882 Bytes

Versions: 3

Compression:

Stored size: 882 Bytes

Contents

# Athenian::PullRequestHistogramDefinition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **metric** | [**PullRequestMetricID**](PullRequestMetricID.md) |  |  |
| **scale** | [**HistogramScale**](HistogramScale.md) |  | [optional] |
| **bins** | **Integer** | Number of bars in the histogram. 0 or null means automatic. | [optional] |
| **ticks** | [**Array<GoalMetricParamsThreshold>**](GoalMetricParamsThreshold.md) | Alternatively to `bins` and `scale`, set the X axis bar borders manually. Only one of two may be specified. The ticks are automatically prepended the distribution minimum and appended the distribution maximum. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::PullRequestHistogramDefinition.new(
  metric: null,
  scale: null,
  bins: null,
  ticks: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/PullRequestHistogramDefinition.md
athenian-2.1.85 docs/PullRequestHistogramDefinition.md
athenian-2.1.81 docs/PullRequestHistogramDefinition.md