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

CartesianAxis: Improve interval option 'equidistantPreserveStart' #3768

Merged
merged 19 commits into from
Sep 22, 2023

Commits on Sep 11, 2023

  1. First draft

    “Nikolas committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    abe0583 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Functional implementation: Equidistant ticks

    “Nikolas committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    695514f View commit details
    Browse the repository at this point in the history
  2. Extend Axisinterval type and add explanation

    “Nikolas committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f2b74bc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Remove console logs

    “Nikolas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f79f31c View commit details
    Browse the repository at this point in the history
  2. Extract TickUtils.spec.ts

    “Nikolas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    65cbf21 View commit details
    Browse the repository at this point in the history
  3. Make eslint happy

    “Nikolas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6ba9807 View commit details
    Browse the repository at this point in the history
  4. TickUtils: Eslint must be happy

    “Nikolas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    998d87d View commit details
    Browse the repository at this point in the history
  5. getTicks: Eslint must be happy

    “Nikolas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    26fb1ec View commit details
    Browse the repository at this point in the history
  6. TickPositioning: Cleanup story

    “Nikolas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c7f51d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    ad76465 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into nikolas.ticks.equidistant

    Nikolas Rieble committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5ae63d5 View commit details
    Browse the repository at this point in the history
  3. Cleanup merge conflict properly

    “Nikolas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6852d43 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Nikolas Rieble committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cb8ed8d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'nikolas.ticks.equidistant' of https://github.com/rechar…

    …ts/recharts into nikolas.ticks.equidistant
    “Nikolas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0f0fd91 View commit details
    Browse the repository at this point in the history
  6. Storybook: Add margin

    “Nikolas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ee4eb1e View commit details
    Browse the repository at this point in the history
  7. Add unit tests, and fix one edge case

    “Nikolas committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    257aef7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Review: Do not use lodash

    “Nikolas committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9d49913 View commit details
    Browse the repository at this point in the history
  2. Review: Improve equidistantPreserveStart

    “Nikolas committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bf89acd View commit details
    Browse the repository at this point in the history
  3. Fix test

    “Nikolas committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    86fa0e3 View commit details
    Browse the repository at this point in the history