Charts
251 results found
-
2 votes
-
search for nested field return all the irrelvant fields
When searching a sub field, by default it's expand all fields under it's parent field and those irrlevent fields will overwhelming the search result and we can't find what we acutally looking for.
Please make search only return needed result or at least collaps irrelevent fields by default
related issue https://support.mongodb.com/case/01215139
2 votes -
Resample based on zoom level for a chart
I understand why you have a limit on geo scatter (it would be nice if it is more than 1,000) but the bigger need is to return the data based on the zoom level. For example in our use case we have over 1,000,000 geo tagged points in a region. When you zoom in to a neighborhood there will be 500-600. The request is to get all those data points when zoomed in so we have a complete view vs. random sample.
2 votes -
Query all dashboards
Raising this as a response to https://github.com/mongodb-js/charts-embed-sdk/issues/88
Basically, it would be cool to explore the Mongo Atlas Charts with a query command. Something like
sdk.getDashboardIds()
- there is already something like this for Charts withgetAllCharts()
.Use Case: We want to integrate the process of the new creation of dashboards and embedding these dashboards and charts on our own website. With a call like this we could write a scheduler job or similiar that frequently pulls in newly created dashboards.
2 votes -
12 column grid for Atlas Charts dashboards
Dashboards have a 10 column grid, which is a really bad choice for layout because it's only divisible by 1, 2 and 5.
Designers have known for years that 12 is a better number because it's divisible by 1, 2, 3, 4 and 6.
(Hence the imperial system, born of trade, uses base 12)
The impact is that it's impossible to have a dashboard that uses a combination of half- and third-width charts.
Please consider changing to a 12-column system.
2 votes -
Title of each chart with Tooltip option
Hover over title option with Tooltip that displays help text instead of subtitle description which takes up too much space.
For Dashboards, Tooltip feature is especially convenient to allow end users to understand how the metric is calculated with a dynamic popover that displays on hover
2 votes -
Query library import/export
Currently there is no way to manage queries in the query library other than looking at them and deleting them. A way to import & export queries would be great.
2 votes -
Persist custom values in filters
Since filter values are generated from sample of data, filter does not always includes all values that we would like to filter on. User is therefore forced to add custom values. A custom value however is not retained if not checked so one ends up adding those values every time we would like to compare charts with different filters turned on/off.
2 votes -
Confirm deletion of Dashboard by typing title (name) of Dashboard
Just like when deleting a collection from mongodb, users should be prompted to confirm deletion of a dashboard by typing its title. This way unintended deletion of dashboards will be prevented in the future.
2 votes -
Edit Query Bar/Aggregation Pipeline in Embed
Currently, the Embed SDK's filtering happens after the aggregation pipeline — which means it is useless for filtering the input to the aggregation pipeline.
Say, if I only want to aggregate documents between certain dates, or has a field equal to a specific value, those will have to be hardcoded in the Query Bar. I cannot use the filter in the SDK since the filter is applied after the aggregation pipeline, meaning the fields I want to filter by are not present.
2 votes -
datatables.net
Dears, thanks for you effort to dev mongodb, I would like to suggest a Table UI like:
datatables.netwith this we can dev so quick the admin backed of our applications, like for example a quick list of customers, etc... and edit.
Best regards.
2 votes -
calendar
We use the chart type grid to show 24 hours days and day of week. The day of week only shows in Engllish and we can't setup the first day of week.
We need spanish translate and the week starts on monday.
2 votes -
Set Maximum with variable on Gauge chart
On Gauge chart we can define a target from a variable. We should be able to set the Maximum with a variable to avoid to set the Maximum static.
2 votes -
2 votes
-
Automatically convert urls into clickable links in dashboard and chart descriptions
I have added urls in dashboard descriptions and would like them to be clickable so my description is more useful for me and for other users that I have shared my dashboard with. This will be great for charts descriptions too.
2 votes -
Vpc vs Internet network traffic
There's currently no way to tell if the network traffic shown in the chart comes from Internet or from one of the VPC peered networks.
It would be interesting to be able to see the network traffic for each VPC and public internet so spikes on network activity could be easier to investigate. Also would allow migrations of networking configurations to be visualized and validated easier. As of now the only way I found to do that was to check the database access history to see the source IP of the clients.
Also, I was thinking that likely Atlas does…
2 votes -
Add an option for a "moving averages" trendline to scatter splots
I have data that doesn't follow a linear or polynominal shape and is more cyclical. I'd like to have another trend line type called "moving average" that plots the average of a window of data.
2 votes -
Remove references to JS global object
Stop working with Javascript global object. Angular removed access to global (for tree shaking reasons ++) in Angular v6.x. We are now at Angular v13.x.
Angular users will not have an easy time embedding your JS library into their applications.
An Angular project will fail with the error: "Cannot access global" when trying to embed a Chart.
2 votes -
Chart Import should appear when there are no dashboards
Currently, if there are no dashboards on the /dashboards page (e.g. https://charts.mongodb.com/charts-xxxxxxx/dashboards), the only option is to add a new dashboard. See 1addDash.png attached.
If there is an existing dashboard, there is the same "Add Dashboard" button, and there's also a pull-down menu to import a chart. See 3importdashboard.png
My use case for importing is for folks new to MongoDB and/or Charts. I'd like to be able to import a dashboard without having an existing dashboard.
(My current workaround is a tutorial showing how to make a dashboard, exit, then import).
2 votesThanks for the suggestion - we've actually already started work on this. We'll also move the "create sample dashboard" to the same place, and allow you to invoke it whether or not you have existing dashboards.
-
Suggestions on indexes
I would to be able to see the queries targeting different data sources and even better would be to get suggestions based on data source of indexes that could improve the performance of charts. Since the people managing the data itself in our case won't create the graphs this would help.
2 votes
- Don't see your idea?