ref(perf): Allow multiple series in `DurationChart` components (#68279)
Right now, `DurationChart` accepts a single `series`, and wraps it in an
array. This is too restrictive in cases where we want to plot more than
one duration series (or, for example, a scatter series). Changes the
components to accept an array instead, and updates all call sites.