feat: added round style to some charts to have more Apple-like style charts

This commit is contained in:
Serhiy Mytrovtsiy
2025-09-26 15:38:23 +02:00
parent 077ed04321
commit 25201834da
2 changed files with 2 additions and 2 deletions

View File

@@ -673,7 +673,7 @@ public class HalfCircleGraphView: NSView {
context.setShouldAntialias(true)
context.setLineWidth(arcWidth)
context.setLineCap(.butt)
context.setLineCap(.round)
var segments: [circle_segment] = [
circle_segment(value: value, color: color)