Sha256: 10d39831c896de7351b90efdb5872380f0e431826e40245078a66f4bf27fc900
Contents?: true
Size: 854 Bytes
Versions: 3
Compression:
Stored size: 854 Bytes
Contents
# Athenian::JIRAHistogramDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **metric** | [**JIRAMetricID**](JIRAMetricID.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::JIRAHistogramDefinition.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/JIRAHistogramDefinition.md |
athenian-2.1.85 | docs/JIRAHistogramDefinition.md |
athenian-2.1.81 | docs/JIRAHistogramDefinition.md |