# 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: 10/15/2024, 6:50:45 PM