Charts
201 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 -
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 -
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 -
Multiple custom tooltip details
while building a chart, like a scatter plot, you can add a tool tip detail to annotate data points with extra information. This is very useful but unfortunately if I want to add multiple fields, I have to use a projection with $concat to combine the fields and this leads to weird wrapping, it would be nice if there was an option to add multiple fields from the source documents as tooltip details
2 votes -
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 -
programmatic
It will be amazing to support programmatically creating/updating/deleting the dashboards and charts, with SDKs and/or Terraform.
2 votes -
Ability to open a Dashboard in a new tab
I'd like to be able to open Dashboards in a new tab. The links to Dashboards are not "real links", so it's not possible to right click / cmd+click to open a Dashboard in a new tab.
2 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 -
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.
1 vote -
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 -
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 -
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.
1 vote -
MQL Dashboard Filter like Jira has
Right now you can only add dashboard filters about a specific field. It would be nice if you could also add an arbitrary MQL dashboard filter so a viewer familiar with mql can refine results generated in the dashboard. Potentially without access to $accumulator, $function javascript operators etc for security/billing reasons.
Jira has a feature like this and it is very useful for consumers of a dashboard to answer more advanced questions
1 vote -
Charts Click-event exposed in Atlas Charts UI
Use Case: Building an Extended Profiler with mongod log data.
The right-click event maybe satisfactory if it is added to the expanded view, and the scatter plot point is anchored so that after you are done with the data view pop-up, you can quickly see what point you clicked.
The other option, possibly better is to expose the click-event that is already there in the SDK but make it available in the Atlas Charts UI. A couple common actions could be keeping/expanding the tooltip onClick, or open another window that is tethered to a field or the entire documents data,…
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.
2 votes -
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 need1 vote -
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.
1 vote -
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.
1 vote -
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
- Don't see your idea?