Charted scores are calculated based on all available data, not on the data from the previous point in time.
{% for group in flow_evaluation_groups|sort(attribute='date') %}
{% for block_evaluation_score in evolution if block_evaluation_score.block_evaluation.flow_evaluation.group.db_id == group.db_id %}