Skip to content

Possibility to specify an id and a title (label) for series separately #136

@sulemanof

Description

@sulemanof

Is your feature request related to a problem? Please describe.
Currently a series title is calculated from the series id prop. But it is not really useful, because series could have same labels in different series. In such case I currently can't create different series with same labels.

Describe the solution you'd like
It would be better to support to separate prop for a title (or label ):
<Series id={getSpecId(series.id + series.label)} title={series.label} />

or <Series id={getSpecId(series.id + series.label)} label={series.label} />

Additional context
Add any other context or screenshots about the feature request here.

Kibana Cross Issues
Add any Kibana related issues/feature requests here.

Checklist

  • this request is checked against already exist requests
  • every related Kibana issue is listed under Kibana Cross Issues list
  • kibana cross issue tag is associated to the issue if any kibana cross issue is present

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestreleasedIssue released publicly

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions