# Data Decimation

This example shows how to use the built-in data decimation to reduce the number of points drawn on the graph for improved performance.

const decimation = {
  enabled: false,
  algorithm: 'min-max',
};

# Docs

Last Updated: 8/3/2022, 12:46:38 PM