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
By default, horizontal axis labels center horizontally and vertical labels center vertically in relation to their value on the axis. Some use cases (as a matter of style) may require horizontal labels to position to the right/left of the their value's position in relation to the axis' range or require vertical labels to position above/below their value's position in relation to the axis' range.
My plan is to add customizable offset percentage value (0 - 1) that would allow for such adjustments. (default would be 0.5 or centered)
The text was updated successfully, but these errors were encountered:
By default, horizontal axis labels center horizontally and vertical labels center vertically in relation to their value on the axis. Some use cases (as a matter of style) may require horizontal labels to position to the right/left of the their value's position in relation to the axis' range or require vertical labels to position above/below their value's position in relation to the axis' range.
My plan is to add customizable offset percentage value (0 - 1) that would allow for such adjustments. (default would be 0.5 or centered)
The text was updated successfully, but these errors were encountered: