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 Axis class has attributes hideFirstMajorUnit and hideLastMajorUnit. When set to true, the corresponding label and tick will not be rendered on the axis. Currently the implementation removes them as values from the respective labelValues and tickPoints attributes. This is not the best solution as it can alter calculations that calculations that may rely on an accurate count. I plan on updating the Axis class so that the values are not deleted when the label/tick aren't rendered.
The text was updated successfully, but these errors were encountered:
The Axis class has attributes
hideFirstMajorUnit
andhideLastMajorUnit
. When set to true, the corresponding label and tick will not be rendered on the axis. Currently the implementation removes them as values from the respectivelabelValues
andtickPoints
attributes. This is not the best solution as it can alter calculations that calculations that may rely on an accurate count. I plan on updating theAxis
class so that the values are not deleted when the label/tick aren't rendered.The text was updated successfully, but these errors were encountered: