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

feat(axis): Add x.tick.text.inner option #3553

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

netil
Copy link
Member

@netil netil commented Dec 8, 2023

Issue

#3552

Details

Implement tick text inner option

axis: {
  x: {
    tick: {
      text: {
         inner: true

         // or specify each position of the first and last tick text
         inner: {
           first: true,
           last: true
         }
      }
    }
  }
}
image

Implement tick text inner option

Ref naver#3552
@netil netil added the feature label Dec 8, 2023
@netil netil self-assigned this Dec 8, 2023
@coveralls
Copy link

Coverage Status

coverage: 94.381% (+0.008%) from 94.373%
when pulling 632a383 on netil:axis#3552
into 6f052e1 on naver:master.

@netil netil merged commit cfc856c into naver:master Dec 8, 2023
5 checks passed
@netil netil deleted the axis#3552 branch December 8, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants