Skip to content

Feature Request: add ID to X/YValueIndicator, X/YRangeIndicator #680

@wolfig

Description

@wolfig

Current Version: 11.3.1

Current state:
Instance of X/YValueIndicator/RangeIndicator is added to the chart's plugins. (to my knowledge) there is no way to identify the individual instance of an indicator. Currently I can only filter the plugins using .filter(plugin -> plugin instanceof ). This will fail if there is more than one indicator with the same class.

Request:
Add a possibility to add an ID to the indicator instance with corresponding setters/getters to be able to filter for specific indicator instance by name (id)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions