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
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
By modifying the code (and thereby reversing the changes made in commit c152bb6), the labels are drawn on the graph. However, a new issue arises in its place: the X-Axis frame is drawn below the labels rather than above them.
EDIT
The issue with the X-Axis Reference Frame was caused by two missing lines of code. The labels were not being added to the xAxisLabels array. Simply adding these two lines and reversing the changes on the previously mentioned commit fixed the issue:
When
numberOfGapsBetweenLabelsOnLineGraph
returns the number of points in the graph, the X-Axis labels are displayed under the graph view.The text was updated successfully, but these errors were encountered: