Skip to content

Commit

Permalink
Clarifying threshold requirement in the docs for decimation (#10516)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Borkowski <max.borkowski@lexisnexisrisk.com>
  • Loading branch information
MaxboDev and MaxboDev committed Jul 25, 2022
1 parent 26e70b7 commit 3c56061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/decimation.md
Expand Up @@ -37,6 +37,7 @@ To use the decimation plugin, the following requirements must be met:
3. The X axis for the dataset must be either a [`'linear'`](../axes/cartesian/linear.md) or [`'time'`](../axes/cartesian/time.md) type axis
4. Data must not need parsing, i.e. [`parsing`](../general/data-structures.md#dataset-configuration) must be `false`
5. The dataset object must be mutable. The plugin stores the original data as `dataset._data` and then defines a new `data` property on the dataset.
6. There must be more points on the chart than the threshold value. Take a look at the Configuration Options for more information.

## Related Samples

Expand Down

0 comments on commit 3c56061

Please sign in to comment.