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
Is your feature request related to a problem? Please describe.
Currently a series title is calculated from the series
idprop. 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
Kibana Cross Issueslistkibana cross issuetag is associated to the issue if any kibana cross issue is present