histogram: dateformat implementation unification and improments#817
Closed
mcuadros wants to merge 1 commit intoelastic:masterfrom
mcuadros:histogram-dateformats
Closed
histogram: dateformat implementation unification and improments#817mcuadros wants to merge 1 commit intoelastic:masterfrom mcuadros:histogram-dateformats
mcuadros wants to merge 1 commit intoelastic:masterfrom
mcuadros:histogram-dateformats
Conversation
|
What's the point of specifying month twice? |
Author
|
I was looking for a quick read label and the same date format with some extra data: the month, week number, etc |
Author
|
ping |
Contributor
|
While I understand the use case, I'm not sure the redundant information is useful at this time |
Author
|
Maybe will be better: (2014, January) but i think that is important to have the test to easy read, when you have the day is hard to read. |
Contributor
|
For now we're going to stick with the date formats we have. |
This was referenced Sep 2, 2021
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
# [21.3.0](elastic/elastic-charts@v21.2.0...v21.3.0) (2020-09-16) ### Bug Fixes * legend dark mode hover color ([elastic#820](elastic/elastic-charts#820)) ([5227b2e](elastic/elastic-charts@5227b2e)) ### Features * cancel brush/click event with escape key ([elastic#819](elastic/elastic-charts#819)) ([b599d13](elastic/elastic-charts@b599d13)) * show crosshair for external pointer events ([elastic#817](elastic/elastic-charts#817)) ([f591a6a](elastic/elastic-charts@f591a6a))
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.
This is a improved of the date formats based in intervals used in histogram
Now the formats of the histogram are:
less 1d:
HH:mm<br>MM-DD(16:01 01-08)less 1w:
YYYY-MM-DD<br>dddd(2014-01-08)less 1m:
YYYY-MM-DD<br>Wo [week](2014-01-08 1st week)less 1y:
YYYY-MM-DD<br>MMMM(2014-01-08 January)BTW i made a merge of the code used in the ticker and the label.