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.

ADD NEW FEEDBACK

Charts

Showing 279 of 3994

Dashboard filter for specific chart or All charts

Option to have a Dashboard filter for a specific chart or All charts. In other words, Filter can be mapped to a list of charts
Guest almost 5 years ago in Charts 0 Started

Do not load graph before validation when editing

Do not load graph before validation when editing. On large collections, loading graph is very resources consuming. It would be great to not load all the data at every configuration change. A button to toggle this behaviour would be great.
Guest about 5 years ago in Charts 0 Submitted

The ability to add a spider/radar chart

For our specific chart requirements (comparing different entities), it is imperative that we are able to plot the multivariate data in a spider chart. I have read on the developer community that "...we are also planning a spider/radar chart in up...
Guest about 5 years ago in Charts 0 Submitted

Dashboard refresh based on data

It would be nice if m dashboard would refresh based on data, if a certain condition from data is matched. I have a datasource for a dashboard that received ~ 10 records first 1 minute on every top of an hour. I need to refresh this ASAP. On the r...
Guest about 5 years ago in Charts 0 Submitted

filter

The filters applied at the dashboard level should also be applied to the "Get Charts Data" export feature. The export currently contains all data from the underlying dataset. This counters the user's expectation, which may be to export only what i...
Guest about 5 years ago in Charts 2 Submitted

Make Mongo Charts works with self hosted database

I want to keep hand on my data and prefer to run mongodb database on my servers. Mongo charts is not so easy to maintain compared to mongoDB so i am interested in the cloud solution, but connected on my self hosted databases.
Guest about 5 years ago in Charts 0 Submitted

Default time zone

In Charts allow users to set a default "Convert Time Zone" so new charts automatically use it instead of having to set it each time. This could also be used to set default "Label Overrides" for a projects' variables.
Guest over 5 years ago in Charts 0 Submitted

Remove "Force refresh" in public URL

I want expose some month numbers of my company, but the button "Force refresh" broken the numbers.
Guest over 5 years ago in Charts 0 Submitted

Get the fields corresponding to a Max/Min document

When I view the max/min aggregate in the charts, I would like to see the corresponding document's field. For example, I want to visualise a table like below, _id max(field1) field2_of_maximum_field1
Guest over 5 years ago in Charts 0 Submitted

Array of mixed types not working correctly

When we have an array of type [String, number], the second item is considered as string and hence, not able to do aggregation like sum. For example, consider ``` $project: { transposed: { $zip: { inputs: [["aaa","bbb"], [1, 2]] } } } I am...
Guest over 5 years ago in Charts 1 Submitted