Charts
247 results found
-
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 -
Re-zero bar chart after clicking legend item on stacked bar chart
Being able to highlight an individual series by clicking on its name in the legend great! Having an option to allow it to display as an ordinary bar chart so the relative heights within that series can be compared would be even better.
3 votes -
Interactive Graph Visualization in Charts
MongoDB advertises that it can be used as a graph database. Sample article https://www.mongodb.com/databases/mongodb-graph-database
The power of a graph database is in it's interactivity and visualization. There are many visualization tools from native graph database software such as Neo4j Browser or Neo4j Bloom. While MongoDB may be able to store graph database content, the missing link is the ability to visualize and interact with graph data. Requesting for Charts to add Graph chart types that can be used by developers and for end users to consume.
11 votes -
Import single charts in existing dashboards
As we can now export dashboards as code, it could be great and very usefull to have the option of import a single chart (or some) into an existing dashboard.
4 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 -
Ability to customize label data
When hovering over a data marker, I can see a box showing the X, Y values as well as the series. It would be quite useful to be able to include additional fields from the data source in that popup. In our case, we're plotting performance data for different commits, and while we do have the commit sha and can manually lookup information about the commit, it would be great to just have the commit message, author, and date at a glance in the charts.
9 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 -
Filter view issue
When adding more than 1 filter, the filters overlap. Viewing and using them becomes impossible. It should be a simple fix on your side (maybe just css)
1 vote -
allow to sort series by a field that is not in a series
We have one scenario in which we're adding a series for the purpose of using it in the 'sort by', specific example:
A "Thing" goes trough "Stages" (e.g. Open Doing, Done, Closed). These Stages have a particular order. We'd like a chart of number of Things per Stages.Right now we the sort by options would only allow us to sort by the Value or the Stages (alphabetically). What we'd like is to be able to provide the order we define.
There are two workarounds but are not ideal:
1. We can do stack bars and put the Order value…18 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 -
Allow dismissing the new user tour
I randomly get shown the new user tour and there is no way to dismiss it without going though all the messages.
1 vote -
Anonymous link with password
Hi, It would be super nice to be able to create a shareable, anonymous link to any dashboard (like what is possible now), but with the added security of a password. Simply so that you can share dashboards with others by sending a link and password separately for some basic security, but without creating actual users.
5 votes -
Embedding Charts with Filter UI
Currently it is possible to generate a UI filter for a dashboard but not at the individual Chart level, where custom filter UI needs to be built. Filter UI should be embeddable together with individual Charts.
26 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 -
Grouped Bar chart as percentage numbers
Hi,
I have a bar chart which shows bars with numbers based on different types of products sold per month, like in Feb we have 3 bars for every product type being the quantities 57, 9, 167. I would like to show the percentages 24%, 3%, 71%
The math is the following:
count by value / Sum of all items * 100I'm using the (count by value) aggregator but that shows just the plain count
3 votes
- Don't see your idea?