Benjamin Peter
Benjamin Peter
Thanks for the article. Just noticed the broken link while browsing.
- Affects XValueIndicator, YValueIndicator, YWatchValueIndicator Workaround available: ```java final XValueIndicator xIndicator = new XValueIndicator(xAxis, xValue, label) { { label.setOnMouseClicked(null); } }; xIndicator.setEditable(false); chart.getPlugins().add(xIndicator); ```
`NumberFormatterImpl` works nicely but I wanted to be able provide a separator character before the exponent part. A good character would be NARROW NO-BREAK SPACE (0x202f). The current implementation does...
I am suggesting this change since I noticed two "problems" with the axis label handling. 1. If there is no axis name specified there would be a space character before...
**Describe the bug:** When using `DataPointTooltip` and you add a new data set dynamically (after the chart has been fully set up and rendered once), the tooltip content is not...
Fixes #705 and related problems. @wirew0rm could you please review and accept these changes.
When I play mission 2 trying to reach objective 2 "find some clue about the dark trooper" the objective does not get updated after collecting the dark trooper weapon and...