Skip to content

[Feature] Use series ID if present instead of name to dissociate the series #17826

@MrSquaare

Description

@MrSquaare

What problem does this feature solve?

Some series could have the same name; but not the same ID.
Use the series's ID to dissociate the series.

Example:

seriesA = {
  id: 0,
  name: "Custom name",
  ...
}

seriesB = {
  id: 1,
  name: "Custom name",
  ...
}

// Theses series are not the same
// They will have different selector if legend is enabled

What does the proposed API look like?

The ID field already exist on SeriesOption

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions