diff --git a/taipy/gui/data/utils.py b/taipy/gui/data/utils.py index 80ce72c581..7ae571810f 100644 --- a/taipy/gui/data/utils.py +++ b/taipy/gui/data/utils.py @@ -63,7 +63,7 @@ def _is_applicable(self, data: t.Any, nb_rows_max: int, chart_mode: str): def decimate(self, data: np.ndarray, payload: t.Dict[str, t.Any]) -> np.ndarray: """Decimate function. - This method is executed when the appropriate df_filter_conditions specified in the + This method is executed when the appropriate conditions specified in the constructor are met. This function implements the algorithm that determines which data points are kept or dropped.