Commit graph

1 commit

Author SHA1 Message Date
emmekappa
c4370effb3 fix line chart point ordering
Sort points by x within each group in sortDataByGroup. groupedData
from BasesQueryResult is not guaranteed to be presorted, and
svelteplot's Line draws the polyline in array order, so without an
x-sort the line could connect points out of chronological order.

Adds an example data-points base/dataset to reproduce.
2026-05-10 23:03:38 +02:00