Charts
-
Allow export/download of chart data once embedded into an application.
Allow export/download of chart data once embedded into an application. It seems like currently, you can only view on screen in the application and you can only download the chart data if you are in MongoDB Atlas.
35 votes -
Enable integration with REACT
Enable native integration of MongoDB Charts with REACT-based applications.
6 votes -
Filter White-Listed Fields
Previously, I was able to provide a top-level object field as a white-listed filter field and all sub-level fields would be included. Now, this is NOT allowed. My app is user customizable, in which they can create new fields to this object at will. There is no way I can maintain the white-listed sub-fields when my app uses a NOSQL approach, but yet the Charts filters are not. All of my charts are now coming back with Errors and won't load because of this change. Can you please please please provide the ability to specify a top-level object field and…
4 votes -
Shortcut to copy chart ID
A simple button when the user hovers the chart that allows us to copy the chart ID without going to "embed > copy a part of the iframe" would really help people integrating dozens of charts. Thanks!
3 votes -
Filter on multiple fields with embedding SDK.
I think this is important for charts to tell an adequate story. With the dashboard 2 or more filters can be applied but when the chart is embedded only one filter can be applied. When using an authenticated login I need the possibility to restrict users on more than one condition without having multiple dashboards. For viewers on web app its also necessary to comb through the data easier.
2 votes -
Possibility to use filter parameters in later stages
We use embedded charts with aggregate queries for comparison of multiple date values. In our case, we are in conversations, we want to know for a certain week how many conversations were started and how many finished.
We do this book filtering on $or for the startdate to be in range OR the finished date to be in range. This works well. The problem is that later on, for instance in my aggregate query I would like to use the filter values pushed in by the embed URL, for instance in $group or $facet stages.
Suggestion : make the filter…
2 votes -
Cookies should be set with the 'SameSite' attribute
Hi guys, Chrome 79 reports an issue with cookies set by the embedded charts. It seems like they are missing the 'SameSite' attribute. If you could bring the cookies up to speed to comply with this apparent new standard, it'd be great.
Warning message I get in the Chrome console: "A cookie associated with a cross-site resource at <URL> was set without the
SameSite
attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=None
andSecure
. You can review cookies in developer tools under Application>Storage>Cookies and see more details at…2 votes -
Customize MongoDB Charts - Chart font
Can we please have a customization option (font styling) for the chart's text? It would be great if we can change the font styles(font-family) of the binns, text and data, etc used in the chart.
1 vote -
Convert data timezone via injection from JS SDK
As a Saas provider i would like to have a single chart and stored the data in ISO format. Display the same chart to business from different continents with local time for fields like createdAt or updatedAt.
Currently the way to do this is clone the same chart and set convert to tz for each chart and serve them
1 vote -
Allow option to change the locale/language of all charts dynamically via the SDK
When we embed a chart using the SDK, if I am using a Line chart which has a date on the axis, it is formatted in English locale only.
I would like to be able to toggle that between English and French as our project has a language toggle.
1 vote
- Don't see your idea?