Fix : Tooltip label for category scale.#3649
Merged
etimberg merged 1 commit intochartjs:masterfrom Nov 28, 2016
Merged
Conversation
etimberg
approved these changes
Nov 27, 2016
Member
etimberg
left a comment
There was a problem hiding this comment.
This looks good. Thanks for including the fiddles showing the changes
Contributor
Author
|
@etimberg My pleasure! By the way, I am still a Github beginner. What should I do after this? Should I close this? |
Member
|
@KoyoSE once a few others look at this we'll merge it. You won't have to do anything :) |
Contributor
Author
|
@etimberg I see. OK thanks. |
simonbrunel
approved these changes
Nov 28, 2016
This was referenced Nov 29, 2016
exwm
pushed a commit
to exwm/Chart.js
that referenced
this pull request
Apr 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed tooltip labelling on Bar chart when min option was set.
In addition, Fixed the tooltip label problem when 'xLabel' , 'yLabel' was set.
Resolves #3618
Before
All tooltip labels should be
May.https://jsfiddle.net/KoyoSE/bvo2bc5f/1/
After
https://jsfiddle.net/KoyoSE/6f3hbLr1/2/
When added plugin
https://jsfiddle.net/KoyoSE/6f3hbLr1/3/