# 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: 2/28/2024, 4:43:58 PM