Charts
249 results found
-
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.1 vote -
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.1 vote -
filter week
In filters for dates if we apply relative dates it shows from Sunday-Saturday, but we want it to show Monday-Sunday,
2 votes -
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 upcoming months." (dated 1 May 20) but since then I have been able to find any other reference wrt the realization for this feature.
1 vote
- Don't see your idea?