Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractValueIndicator: prevent label editing when setEditable(false) #683

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dedeibel
Copy link
Contributor

  • Affects XValueIndicator, YValueIndicator, YWatchValueIndicator

Workaround available:

        final XValueIndicator xIndicator = new XValueIndicator(xAxis, xValue, label) {
            {
                label.setOnMouseClicked(null);
            }

        };
        xIndicator.setEditable(false);
        chart.getPlugins().add(xIndicator);

- Affects XValueIndicator, YValueIndicator, YWatchValueIndicator
@dedeibel dedeibel force-pushed the bugfix/value-indicator-plugin-editable branch from 1f6edaa to e6d5573 Compare December 12, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant