Skip to content

highlightBy on ChartPopover #374

Open
@marshallpete

Description

@marshallpete

Provide a general summary of the feature here

Be able to specify which data points get selected for chart popovers.

🤔 Expected Behavior?

Currently you can only select a single point.

It would be nice to be able to select points by the following:

  • item (default)
    • The clicked point is the only one that gets selected
  • dimension
    • All points that have the same dimension as the clicked point get selected
  • series
    • All point that have the same series as the clicked point get selected
  • string[] (group)
    • All points that match the defined group keys get selected

💁 Possible Solution

Need to add select highlighting logic to support the different methods.

This needs to be done for each of the different chart types since most of them handle select highlighting on their own.

🔦 Context

There are requests to be able to select grouped bars by dimension.

💻 Examples

No response

🧢 Your Company/Team

Adobe/AEP

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions