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): Intent to ship axis.tooltip #3721

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

netil
Copy link
Member

@netil netil commented Apr 8, 2024

Issue

#3603

Details

Implement realtime coordinate axis tooltip

Apr-08-2024 18-41-36

axis: {
    tooltip: true, // default background color is

    // set backgound color for axis tooltip texts
    tooltip: {
         backgroundColor: "red",

         // set differenct backround colors per axes
         // NOTE: In this case, only specified axes tooltip will appear.
         backgroundColor: {
              x: "green",
              y: "yellow",
              y2: "red"
         }
    }
}

Implement realtime coordinate axis tooltip

Ref naver#3603
@netil netil added the feature label Apr 8, 2024
@netil netil self-assigned this Apr 8, 2024
@netil netil merged commit 54e77cb into naver:master Apr 8, 2024
9 checks passed
@coveralls
Copy link

Coverage Status

coverage: 93.775% (-0.1%) from 93.906%
when pulling ec0b2b5 on netil:axis#3603
into 0dbb63b on naver:master.

@netil netil deleted the axis#3603 branch April 8, 2024 09:47
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