Charts
250 results found
-
Moving Bubble charts
I'd like to see the ability within MongoDB charts to have moving bubble charts as my data is updated. Similar to https://flowingdata.com/2019/03/26/relationship-stages/
2 votes -
Hide the Help Bubble Icon
Option to hide or minimize help bubble icon.
It is too big and blocks view when editing charts. Really annoying.
Especially the case when trying to resize charts. The Bubble blocks the resize selector
2 votes -
Expose MongoDB Logs as a Data Source to Charts
I'd like to be able to chart some of the metrics from the logs into Charts. This will allow me to have one central place to see all the relevant data I want to chart.
2 votes -
Allow to process totals
Allow the charts to do calculations on the totals, say we fields: [currentAmount, renewedAmount]
And the chart shows as totals [1000, 800]Then it should allow to show it as .80 (or 80% with formatting), at least in a Text, Number Chart.
Keep in mind, since so far what I've researched we can only do calculations on each field then it would not be possible to add ratios per document.
2 votes -
data source collection not shown if name is long
If there are multiple collections with identical prefixes longer than 20 or so characters, it's not possible to tell them apart, making it impossible to see the data source collection
2 votes -
Fields Box in Buildin Graphs, must be expandable
When building graphs, in the Fields box, many times the variable names are not fully visible, The Fields box should be expandable to show the fields completely
2 votes -
regex on filters
in the filters section in charts, filter string using regex
2 votes -
Use datasources from multiple projects
Currently it seems to only be possible to create charts from databases on a single Project. My org has many teams using Atlas and we each work in separate Projects but occasionally we want to provide visualizations of our data that cross teams. Currently we can't do that because Charts is tied to a single project. To be clear, I'm not interested in being able to combine data from multiple databases into a single chart, but rather into multiple charts in the same dashboard.
2 votes -
Average (trend) lines for a data series
I have many charts with series where the y-axis values (Revenue $$) bounce up and down along the x-axis (Date). At times, it's difficult to tell if the values are trending up or down. It would be nice to be able to configure a trendline that shows an average.
2 votes -
Add error bars to bar/line charts
I have a dataset containing measurements, along with errors - e.g.
{
value: 187.12,
error: 12.51
}It would be quite useful to be able to plot the error values on a line chart so that we can see the uncertainty as well as the measured value.
2 votes -
just to remove the support icon form the screen
just a little UX note
the support floating icon is covering the dashboard numbers in the Rt corner of the screen2 votes -
Option to automatically disable charts when free-tier limit is reached
To avoid being overcharged in case of DDOS attacks, there should be a toggle which if enabled will automatically disable the open charts in client side when 1gb free tier is reached. Another option can be a data limit where if someone wants charts to display for only 2gb as they are only willing to pay for extra 1gb they should be enter "2" in some field.
2 votes -
Allow colours to be defined by y-axis value range
Allow colours to be defined by y-axis value, rather than trying to reverse engineer into chart series (since the lines don't draw properly, as per pic). The one temperature line should be able to be shown as , eg, blue when too cold, orange when too warm, green 'just right'
2 votes -
Get filters white list in SDK
It would be great to have a method to get all the white-listed fields when embedding a chart with the SDK. It could help to automate the filters implementation.
2 votes -
Candle stick charts
Since continuous line charts do not allow iterating through more than 50k documents, it would be great to have simple option to merge/ aggregate data e.g., into candle sticks for time ranges (per day, per week etc.)
2 votes -
Chart Filters
- Dashboard filters should be more interactive and user should be able to selectively apply it individual chart
- Convert type option for dashboard filter
- Option to add colors in background for Text (top 100)
- Option to create Histogram
2 votes -
Different Security Level to Add Data Sources
I would like to restrict who can add data sources to a charts project.
I want to allow individuals to author their own dashboards and charts but I would like a smaller group the ability to add data source2 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 -
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 -
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
- Don't see your idea?