Scoped selector for the scatter point circles of one dataset (scatter points
are rendered in the line dataset group).
Scoped to .dataset-{index} for the same reason the bar and dot selectors
are: only one dataset is converted, and the unscoped group selector would
match every dataset's circles. ScatterTrace groups its elements by
geometry rather than rejecting a count mismatch, so a surplus is absorbed
silently and highlights a mark the reader is never told about.
Scoped selector for the scatter point circles of one dataset (scatter points are rendered in the line dataset group).
Scoped to
.dataset-{index}for the same reason the bar and dot selectors are: only one dataset is converted, and the unscoped group selector would match every dataset's circles.ScatterTracegroups its elements by geometry rather than rejecting a count mismatch, so a surplus is absorbed silently and highlights a mark the reader is never told about.