[apps/regression] Draw the right regression curve

This commit is contained in:
Léa Saviot
2018-06-06 17:36:19 +02:00
committed by Émilie Feral
parent 1c8ff9bd83
commit e777a191c6
6 changed files with 55 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ GraphController::GraphController(Responder * parentResponder, ButtonRowControlle
m_crossCursorView(),
m_roundCursorView(),
m_bannerView(),
m_view(store, m_cursor, &m_bannerView, &m_crossCursorView),
m_view(store, m_cursor, &m_bannerView, &m_crossCursorView, this),
m_store(store),
m_initialisationParameterController(this, m_store),
m_predictionParameterController(this, m_store, m_cursor, this),