fix wrong basal scale
This commit is contained in:
parent
024a902316
commit
79ea2fff0c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class GraphData(
|
|||
}
|
||||
|
||||
fun addBasals() {
|
||||
maxY = max(maxY, defaultValueHelper.determineHighLine())
|
||||
val scale = defaultValueHelper.determineLowLine() / maxY / 1.2
|
||||
addSeries(overviewData.baseBasalGraphSeries)
|
||||
addSeries(overviewData.tempBasalGraphSeries)
|
||||
|
|
Loading…
Reference in a new issue