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)