Charts
252 results found
-
Do not allow same item to be added to data sources
We are seeing that we will have the same data source added multiple times.
This is confusing to the end user1 voteThanks Scott. We currently allow this because it’s possible the user would want to have multiple data sources pointing to the same collection, but with different data source pipelines.
That said I agree 100% that it’s confusing, and we have some plans to rework data sources to avoid this situation.
-
Allow non Atlas data on Dashboard
In the on-prem version of Charts the page at
https://docs.mongodb.com/charts/onprem/data-sources#std-label-add-data-sourcementions,
Procedure
From the Data Sources list, click the New Data Source button.
Enter the Connection String URI of the MongoDB deployment to which you want to connect.For the Atlas version I would like to pull data from any of my Internet accessible MongoDB servers to form a more complete enterprise dashboard. Much like with Compass, all that is needed is a connection string and you are off too charting. The strict only Atlas data access is a bit too restrictive IMHO.
1 vote -
Allow any connection string vs. only Atlas instances selection
In the on-prem version of Charts the page at
https://docs.mongodb.com/charts/onprem/data-sources#std-label-add-data-sourcementions,
Procedure
From the Data Sources list, click the New Data Source button.
Enter the Connection String URI of the MongoDB deployment to which you want to connect.For the Atlas version I would like to pull data from any of my Internet accessible MongoDB servers to form a more complete enterprise dashboard. Much like with Compass, all that is needed is a connection string and you are off too charting. The strict only Atlas data access is a bit too restrictive IMHO.
0 votes -
Combining collections from two different database
allow to combine Collection A from DB1 and Collection B from DB2
8 votes -
Editable color ordering and ability to create palette for all chart type
Actually it looks like the colors are alphabetically ordered.
It would be great if we can edit this behavior by occurrence of the field for example.It would be great to add other colors or at least a custom color palette where we can actually create a palette for each chart type
2 votes -
UUID fields are not getting parsed correctly
Charts does not seem to support UUID fields and applies some sort of string value to it that cannot be encoded into UTF-8.
That makes it very hard to ping what is the exact documents they are associated with if we use that field for grouping.1 vote -
Add support for contextmenu event within embedded SDK
In the latest Charts beta there is support to hook click events to a callback.
chart.addEventListener("click", (payload) => { .. } )
I tried hooking the context menu (right click) event
chart.addEventListener("contextmenu", (payload) => {...}
but Charts asserts that is not recognized with a dialog
Not supported event: contextmenu (sic)
Being able to have both (left) click and the context menu user interactions will provide developer flexibility along with a better and more consistent user experience.
1 vote -
Number Formatting
When we use a chart type column - grouped option, in Y-Axis we are showing different data types (amounts and numbers). We cannot use the custom number formatting because it applies in both of data types. We would like to have the ability to apply custom number formatting to each columns.
11 votes -
Support Choropleth Chart Shape Schemes for Italian Regions
Have Choropleth Chart Shape Schemes for Italy
1 voteWe’ll get this into the next release.
-
Possibility to create http link on text charts
I'd like to define an http link in table chart for a column.
Also, I'd like to use dynamic data (from the document) in the link.
9 votes -
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 charts1 voteThanks for the suggestion! We are actually in the process of allowing individual charts to be opted in/out of dashboard filters.
-
The Public dashboard should also have a feature to Export data [PDF/XLS]
The public dashboard should also have a feature for Export data [PDF/XLS]
6 votes -
Mongo Text Chart should have pagination based on certain criteria.
Mongo Text Chart should have pagination based on certain criteria such as if records are more than 50 [configurable] and per page size also should be configurable.
6 votes -
Change Charts Query Order and Timeout
I use charts as an iFrame embedded to my website, and our clients ( another Team inside my company) should always analyse different user ID
s data. Having that in my mind, I created general purpose graph charts and when used, the query inside the iFrame would query the user ID
s wanted.
The problem is that, your mongoChart would first do all query inside the Charts ( Query and Filters) and then filter the document (on iframe code) that should have been filtered before. The result is that, even for a small collection ( 1 million documents 200mb size)…2 votes -
IP Whitelisting
I would like to setup an IP Whitelist for any dashboards that are shared via a URL.
I want to restrict the dashboard to just our company's IPs4 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.
9 votes -
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
7 votes -
Allow to customize/substitute mongodb logo on publicly shared dashboard
As described, it would be nice to have publicly shared dashboard to have own logo or hide the existing mongodb logo(just like embedded chart).
11 votes -
Allow $merge aggregation for Charts data sources
We would like to have separate databases for each client. They will have access to dashboards we create with their respective data but we would like to have some dashboards for internal use that combine the data from multiple clients. Merging collections in different db's would accomplish this.
2 votes -
Do not load filters values from database
On large collections, loading filters potential values is very resources consuming. It would be great to not load all the data when displaying the filters.
A button to toggle this behaviour would be great.2 votes
- Don't see your idea?