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

Empty line histogram with single-item facet result #280

Closed
ralphm opened this issue Jul 25, 2013 · 1 comment
Closed

Empty line histogram with single-item facet result #280

ralphm opened this issue Jul 25, 2013 · 1 comment

Comments

@ralphm
Copy link

ralphm commented Jul 25, 2013

For the histogram panel, if a query is such that the results would only cover
one point with the given interval, and the panel is configured to
show lines, not points or bars, the graph is entirely empty.

An example of a query response:

{
  "took" : 310,
  "timed_out" : false,
  "_shards" : {
    "total" : 10,
    "successful" : 10,
    "failed" : 0
  },
  "hits" : {
    "total" : 84974365,
    "max_score" : 1.0,
    "hits" : [ ]
  },
  "facets" : {
    "1" : {
      "_type" : "date_histogram",
      "entries" : [ {
        "time" : 1374773400000,
        "count" : 2
      } ]
    }
  }
}
@rashidkpc rashidkpc added wontfix and removed wontfix labels Feb 24, 2014
@rashidkpc
Copy link
Contributor

This was fixed with the addition of zero filling

w33ble added a commit that referenced this issue Oct 6, 2014
URL Service ␟␏(ɲ˃ ˈ̫̮ ˂ɳ)␟␏ෆ
harper-carroll pushed a commit to harper-carroll/kibana that referenced this issue Jul 11, 2016
Dynamic rewrite of proto files for go with a go script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ralphm @rashidkpc and others