-
Notifications
You must be signed in to change notification settings - Fork 133
Add groupIdAccessor #537
Copy link
Copy link
Open
Labels
:dataData/series/scales related issueData/series/scales related issue:specsChart specifications related issueChart specifications related issue:xyBar/Line/Area chart relatedBar/Line/Area chart relateddiscussTo be discussedTo be discussedenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
:dataData/series/scales related issueData/series/scales related issue:specsChart specifications related issueChart specifications related issue:xyBar/Line/Area chart relatedBar/Line/Area chart relateddiscussTo be discussedTo be discussedenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Allow
groupIdAccessorprops to specify the groupId of a series within a single spec.Describe alternatives you've considered
The alternative is two separate specs that can each have it's own
groupId. This causes labels to show only split accessor value and not the y accessor labels.Additional context
Then I can define two axes one for
group1and one forgroup2