# 数据抽取

¥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