You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data of the chart (currently held in LineChart::m_mapPoints) should be a new type Series. Series should be an abstract base class that is inherited. The LineChart should only interact with the baseclass.