Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Charts
Created by Guest
Created on May 3, 2020

Axis data value to display even if I have no data for that point in time

I would like some charts to display an entire year on the x-axis, regardless of whether my data contains data for the entire year. For example... my new users won't have activity for the past 12 months, so the heatmap I build shows only one column instead of 12... making the chart look ugly and confusing. I hope that is clear, let me know if you's like to see an example I think a turnaround might be a mongo view with a join between a static list of dates, and my actual collection.