Charts
255 results found
-
Support "Period Comparison" or "Cumulative Sums" with Multi-Series Data
It appears the "Compare Periods" functionality is not supported with multi-series (i.e., like Stacked Column) charts. This UI for configuring this functionality disappears once a Series is added.
4 votes -
Support for Org Charts
Requesting a chart type that represents tree-like (hierarchal/parent-child) relationships, otherwise called an "org chart".
Here's a stack overflow question and answer that shows a sample of a mongo aggregation that might generate the kind of data that would feed this kind of chart:
Here are a few useful resources describing visual expression for this kind of chart type:
https://en.wikipedia.org/wiki/Organizational_chart
https://www.canva.com/graphs/organization-charts/
https://www.smartdraw.com/organizational-chart/
https://asana.com/resources/organizational-chart16 votes -
Create chart action "duplicate into other dashboard"
This will be quicker than duplicating a chart, then moving it to another dashboard
4 votes -
Connection counter
I think that would be interesting to have a dashboard which show the connection number for each databases users/api currently connected or over a specific period.
Have a more information for each connection etablished on the cluster selected.
Currently to have a more information I must get the logs and I must search in the log the differents informations for each users/apis.
3 votes -
Last data point or last line segment to the point be rendered differently
Hi Avinash/Tom (and team),
Is it possible to have the last data point in a series be dotted or the line to that data point be dotted or some differing visual gestalt?
Specifically, we have a time series rendering of our BU data and north star metrics in Charts at https://wiki.corp.mongodb.com/display/DE/North+Star+Metrics+by+Time+Period, I'd guess this is like a lot of dashboards for companies/customers.
What we want to do for say the current month's data is have the line or the point be rendered differently whether dashed or shape or whatever to illustrate that that month's (or quarter or current year)…
2 votes -
option for consistent whole number display regardless data in bar chart
Currently in Bar charts if small values result in decimal ticks on the X axis, and larger values adjust the chart accordingly to show whole numbers, it will be not idle when we need to show no. of persons in x axis, which shows decimal values, option for consistent whole number display regardless data will be good
1 vote -
Lookup fields with String and ObjectId on either side
We are evaluating Atlas Charts for our business analytics. Right now it is not possible to create a lookup in the UI from a String to an ObjectId field. Based on this answer (https://www.mongodb.com/community/forums/t/mongodb-charts-lookup-field/208617/4) it is possible by adding a small aggregation stage, but we plan on giving this to team members who do not know how to write aggregation pipelines.
1 vote -
Show "no matching data" rather than having a blank chart
I have a dashboard containing several charts. We also added filtering (which is complex and I had to build my own UI, which seems redundant - see https://feedback.mongodb.com/forums/923524-charts/suggestions/43736778-embedding-charts-with-filter-ui). In some cases, the user could create filters that end up filtering out all of the data. Strangely, this causes all of the charts in the dashboard to render completely blank. I would expect that, for example, a table would have all of its data replaced with zeroes, and a map might show without any of the countries being shaded. But instead, it's all blank, with no message of any kind.
…
5 votes -
Show ALL filters in a scrollable list, instead of forcing users to "Add value" when there are more than ~20 possible filters.
When creating a dashboard in MongoDB Charts, the "filter" functionality is GREAT.
However, when there are more than ~20 possible values, the remaining values are completely hidden and "Not all values are displayed" is shown.
Users can manually "Add value" to apply a filter, but that requires the user to KNOW what the missing filter value(s) are.
This is an issue for us, because we are a franchise with 26+ locations, and often want to filter our client data at the store level. Unfortunately, because every shop is not listed in the filters (6-8 are not displayed), it's really hard…
7 votes -
Refresh default to Infinity
New Charts Refresh initially set to 1 hour - but in building phase do NOT want charts to refresh. Default shoul be set to INFINITY, so chart stays static, and let USE CASE determine refresh frequency.
1 vote -
Report - embed image into e-Mail instead of attaching it
The generated dashboard report would look more impressive if the chart would be directly embedded into the email, above or below the message.
1 vote -
Line Breaks for Report Message
The Message text you enter for a report does not have any line breaks although there are linebreaks in the input field.
HTML Text would of course also be an option.
1 vote -
Notify when report generation failed
We can schedule to generate reports of dashbaords but no report nor notify will be send when you failed to generate the image of the dashbaord. When we include too many charts or too heavy charts, dashboard will fail to generate some chart (timeout will happen) but we cannot notice it because you don't send notification or log about it.
Please let us know about report generation fail and make us to fix it.
1 vote -
Rolling 7 week network usage
to see if we have reached our throttle limits on different tiers
1 vote -
Custom Sort Heatmap Axis
The user has no control over the sort of the heatmap axis. It would be nice to have the option to sort hours of the day e.g. that it is ascending from bottom to top instead of the default.
2 votes -
chart view rename
Currently we cannot rename chart view (before UI update, we can do it. so this is regression issue). But we sometimes change settings and/or pipeline of chart view. Then I want to rename the chart view.
1 vote -
1 vote
-
Geospatial Index - Elevation
GeoJSON specs allow storing elevation along with coordinates. It would be great if MongoDB could calculate distances between two coordinates considering the elevation too.
2 votes -
While embedding dashboard through javaScript SDK add support to have ability to view carts as full-screen.
While embedding dashboard through javaScript SDK add support to have ability to view carts as full-screen. So that user can maximise and minimise charts view.
1 vote -
Being able to destroy an embedded chart or dashboard
The Charts Embedding SDK should expose some sort of destroy method to assist with cleaning up the DOM nodes created inside the divRef element.
The workaround at the moment for this is to manually do this cleanup yourself inside the function returned by useLayoutEffect. A CodeSandbox example is https://codesandbox.io/s/blissful-resonance-5yjrpq?file=/src/App.tsx
2 votes
- Don't see your idea?