Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new align 'inner' for X axis #10106

Merged
merged 8 commits into from Feb 12, 2022
Merged

Add new align 'inner' for X axis #10106

merged 8 commits into from Feb 12, 2022

Commits on Jan 27, 2022

  1. Add new align for X axis

    new align 'left-right' for options.scales['x'].ticks namespace will allow users to aling ticks: 'start" for first (left) tick and 'end' for last (right) tick
    Talla2XLC committed Jan 27, 2022
    Copy the full SHA
    393dbba View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Copy the full SHA
    932b5b5 View commit details
    Browse the repository at this point in the history
  2. delete unnecessary changes

    Talla2XLC committed Jan 31, 2022
    Copy the full SHA
    3fd05ec View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. corrected logic for reverse axis, add tests for reverse axis and with…

    …outY axis
    Talla2XLC committed Feb 7, 2022
    Copy the full SHA
    84a0637 View commit details
    Browse the repository at this point in the history
  2. corrected chart paddings for "inner" tick align

    Talla2XLC committed Feb 7, 2022
    Copy the full SHA
    4278d5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7c1f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. code clearness

    Talla2XLC committed Feb 8, 2022
    Copy the full SHA
    4def5af View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Update types/index.esm.d.ts

    Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
    Talla2XLC and LeeLenaleee committed Feb 10, 2022
    Copy the full SHA
    d4bb967 View commit details
    Browse the repository at this point in the history