Adding In-Place Editing to a JavaFX Pie Chart

Our previous post described how to animate a Pie Chart wedge. Once you have access to the wedge’s node, you can add effects (perhaps a drop shadow effect to highlight), animation (as shown), or display a selected wedge’s value in a separate label. Here, we’ll show you how to add in-place editing to our example […]