Skip to content

Improve customization of interactive items #7

@kunerd

Description

@kunerd

With the current .style_for_each API it's possible to customize each element of a series. Though this can be used to highlight interactive items, it is not very ergonomic. It would be nice to have a similar API like elm-charts, where you can customize a group of items.

Something like:

let group: Vec<ItemId> = ...
series.amongst(group, |style| style.color(...))

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions