feat: adjusted CPU line chart height in the popup view

This commit is contained in:
Serhiy Mytrovtsiy
2023-06-20 19:05:03 +02:00
parent ff6b0ed865
commit 66f5502d6f

View File

@@ -245,7 +245,7 @@ internal class Popup: PopupWrapper {
x: Constants.Popup.spacing,
y: Constants.Popup.spacing,
width: view.frame.width - (Constants.Popup.spacing*2),
height: box.frame.height - (Constants.Popup.spacing*2)
height: box.frame.height - Constants.Popup.spacing
), num: 120)
chart.color = self.chartColor
self.lineChart = chart