Charts
255 results found
-
sync program between Atlas clusters (mongosync / mongomirror)
Here’s my question – about mongosync (mongomirror). It’s more likely feature request.
So the new sync program can utilize “filter” to select what document or collection to sync. It will be awesome if we can utilize mongo atlas change stream in source.
For example.
Source: SL1 Database: SDB1
Target: TL2 Database TDB1
SL1 SDB1, capture “remove document” event for collection A -> Send to target TS2, TDBA, Collection A as “insert” via sync program
By doing this, we can roll ower own “archive” cluster, TL2. Federate SL1 and TL2 collection A to query current and old document.
1 vote -
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 -
Define filters over scheduled emails
Currently we can schedule emails but we can't define filters over them. It would be nice to set up a filter for each scheduled email (i.e. to send to every customer a summary of only its data).
1 vote -
Show data point info box when hovering chart
Currently in order to see the data point info box of a chart it is required to put the cursor exactly on the chart line, which is quite difficult.
It would be nice to get the data point info box when just hovering the chart.
Attached example screenshot.
Thx1 vote -
Add a "Download as (CSV/JSON/...)" button to each charts while they are embedded
Since we can now embed charts and dashboards, it would be amazon if we enable "Get chart data" functionality while the charts are embedded as we can now do in the Charts section in Atlas.
By doing so, the user will be able to export the dataset with "Download - CSV" and "Download - JSON" buttons for the selected chart.
5 votes -
Add little icons to customize widgets
Can we have little icons we can add on certain charts just below the title, or as a separate widget ? For example numbers charts, it can be even more appealing for people who aren't use to mongodb charts
9 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 -
highlight vs filter option for dashboard filters
An issue I ran into with a line chart is that you can only display so many data points before it starts showing incomplete data. I wanted to add a date range dashboard filter to the line chart but that only highlighted the data in that date range instead of filtering it out, so that chart still said incomplete data. it would be nice to have a toggle to switch it to actually filtering out the data from the input to the chart if possible
1 vote -
Provide Chart CLI
After exporting Chart, would like to change the new data source with the same collections and a new dynamic dashboardID and import through CLI, this will help for individual Tenant dashboard dynamic creation. We use this dashboardID in our application for visualization
1 vote -
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.
3 votes -
Use NUTS2 or NUTS3 codes for European countries
It is better to use official NUTS2 or NUTS3 codes and names for European regions as they can be matched with statistics.
That will be better than regional abbreviations you found on some random pages. European regions are standardized by their NUTS codes.
1 vote -
Support Atlas Search-based filtering when embedded dashboard/chart filter is set
Currently, when
setFilter()
is called on an embedded dashboard/chart, a$match
aggregation stage is added to the data source pipeline; however, if the data source pipeline is using$search
or$searchMeta
, we need a way to allow Atlas Search to handle the filtering, since$match
cannot precede$search/$searchMeta
. Providing a programmatic way to set/modify acompound
operator inside$search/$searchMeta
would address this need4 votes -
Provide your individual developers access to specified data sources without providing them access to all of the datasources
We want to provide your individual developers access to specified data sources without providing them access to all of the datasources in the Atlas Project.
Unfortunately this is not possible as Charts permissions are at the Project level. Any user provided access to a datasource in a Project will have access to all datasources in that Project.
We want to have the ability to set datasource access permissions per user.
Best regards,
Frank3 votes -
Annoying help button
This help button sometimes gets on the way and its really annoying. some option to get rid of it please
3 votes -
Better support for showing Kilobytes/Megabytes as values
I'm trying to plot various storage data metrics from a CI pipeline. This involves plotting quite a lot of values that are stored as "bytes".
There doesn't seem to an easy way to format this data and present it nicely:
- The dropdown of supported types doesn't include this option.
- The Multiplier option for axis comes close, but then causes the ticks in the rendered graph to be weird.
Ideally, the "Convert type" dropdown would support this. Alternatively, making the "Number Converter" better support this would also be an option.
--
After playing around with it, i discovered that computed fields…
1 vote -
Ability to edit Field names directly in chart creation/ table view instead of going to CUSTOMIZE
Amazed this is already not done. Ability to edit Column/ field names directly in chart creation/ table view instead of going to CUSTOMIZE. This is extremely irritating and I'm surprised it is not already implemented.
3 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 -
Make Dashboard filters more customizable.
For example, being able to delete and narrow down the available values to toggle on and off. I am filtering by a large amount of org ids and I don't want to see a whole bunch of org ids that I didn't add on my filter list. Make it hard to remember which ones should be toggled on. Also, if you could rename filter values just for the filter page, and not have it affect/rename the actual values. Fort example, replace those org ids with the names of the orgs but not have the actual ids in the system change.
3 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 -
Change binning through embedding SDK
We use a lot of embedded charts in our application and would like of offer users to dynamically change binning on them to e.g. show stats per hour, day, week, month, year.
Currently we can only do this by creating separate charts for each binning.
3 votes
- Don't see your idea?