Charts
56 results found
-
Need old fields ( quantity , unit, unitPriceDollars ) to be added to Atlas Billing Chart Database in new Ingestion Feature
Previous version of the Github Project - https://github.com/aredalen/atlas-billing had many field in Billing Database ( Details collection ) now its not available in the new feature in MongoDB Atlas Charts.
We need those fields ( quantity , unit, unitPriceDollars ) to be added to Atlas Billing Chart Database in new Ingestion Feature.
Previous Database: Billing DB - Details Collection
New database: Atlas-billing - lineItems Collection doesn’t have below fields.
-quantity
-unit
-unitPriceDollarsWe require these fields for building detailed daily app-wise consumption report.
7 votes -
Support for Org Charts
Requesting a chart type that represents tree-like (hierarchal/parent-child) relationships, otherwise called an "org chart".
Here's a stack overflow question and answer that shows a sample of a mongo aggregation that might generate the kind of data that would feed this kind of chart:
Here are a few useful resources describing visual expression for this kind of chart type:
https://en.wikipedia.org/wiki/Organizational_chart
https://www.canva.com/graphs/organization-charts/
https://www.smartdraw.com/organizational-chart/
https://asana.com/resources/organizational-chart16 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 -
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 -
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 -
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 -
Geospatial spanish locations
We need spanish info for geospatial graphs.
1 vote -
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 -
MongoDB chart Auto-Update
Mongodb Charts needs to have dynamic update options using change_streams, so the charts are updated automatically, whenever a new document is inserted into a collection or an existing document is updated in a collection
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 -
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 -
On Heatmaps can we have a logarithmic option on the Intensity 'axis' please?
On Heatmaps can we have a logarithmic option on the Intensity 'axis' please? I have heatmaps with a few very large counts that effectively cause the variation in the majority of smaller numbers to be obscured in the intensity representation. A logarithmic option would allow the smaller numbers to show more clearly. (It is hard to do this in the data source, as the count is being performed at chart level.)
1 vote -
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.
6 votes -
regex on filters
in the filters section in charts, filter string using regex
1 vote -
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 -
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'
1 vote -
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
2 votes -
Set format for duration values for the Number chart
It'd be great to have the possibility to format numbers as duration values. For example:
I have a "Number" chart where I show the duration of some activity. I store this information as minutes and it'd help if I could select the format to show as h:m for example. I haven't found a way to use duration in a nicely formatted way as a simple indicator widget like the "number" one.
1 vote
- Don't see your idea?