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