# 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: 5/17/2024, 12:33:38 PM