Nikola

My feedback

3 results found

  1. 10 votes
    How important is this to you?
    Nikola shared this idea  · 
  2. 2 votes
    How important is this to you?
    Nikola shared this idea  · 
  3. 18 votes
    How important is this to you?
    Nikola supported this idea  · 
    An error occurred while saving the comment
    Nikola commented  · 

    We have a similar use case where the values on the X-axis are commit sha-s (so pretty random), but we want to order them by date - i.e. oldest commits are to the left, newest - to the right. We do have the date as a field in the document, but there's no way to specify the x-axis sort to use that field. Similarly to Julio, we workaround it by adding a computed field that is { $concat: [ { $toString: "$runId" }, ": ", "$commitSha" ] }, but that's less than ideal.

Feedback and Knowledge Base