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
In case if chart have only 2 ticks on horizontal axis many users preffer to aling this ticks: 'start" for first (left) tick and 'end' for last (right) tick, otherwise they will go out of bounds:
To do so I modified chart,js core adding new align type for options.scales['x'].ticks namespace which named 'left-right'.
I am ready to upload this correction via pull request if you don`t mind
Possible Implementation
Adding new align type 'left-right' for options.scales['x'].ticks namespace described in pull request: #10105
The text was updated successfully, but these errors were encountered:
Feature Proposal
In case if chart have only 2 ticks on horizontal axis many users preffer to aling this ticks: 'start" for first (left) tick and 'end' for last (right) tick, otherwise they will go out of bounds:
To do so I modified chart,js core adding new align type for options.scales['x'].ticks namespace which named 'left-right'.
I am ready to upload this correction via pull request if you don`t mind
Possible Implementation
Adding new align type 'left-right' for options.scales['x'].ticks namespace described in pull request: #10105
The text was updated successfully, but these errors were encountered: