When I set border stroke to BLACK for PieChart I noticed that there are pixels of the pie outside its border. And when I set border width = 2, the amount of pixels even bigger rather then with the default border width.
.chart-pie {
-fx-border-color: BLACK;
-fx-border-width: 2;
}
.chart-pie {
-fx-border-color: BLACK;
-fx-border-width: 2;
}