Charts
59 results found
-
Chart report with out mojibake (unicode font support)
When we input non-ascii text like Japanese or Chinese, images included in chart report have mojibake (broken text). This problem is typical bug without pan-cjk Unicode font. Your system should include font such as https://github.com/adobe-fonts/source-han-sans Then it should be able to rastarize CJK texts with that font
1 vote -
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 -
Add database name to the "Select Data Source" dialog
Hey, when adding a new chart the "Select Data Source" dialog pops-up. This dialog shows some of the collections I used recently. However, it only displays the collection name, not the database name. If I have a deployment with multiple databases containing the same collection names, I can not distinguish which collection belongs to which database.
Please add the database name. Something like "database-name"/"collection-name".Best regards,
Max5 votes -
Charts Ingestion feature doesn't have support for cross org billing
Requesting the ability to pull cross org billing data in order to leverage the new Charts Ingestion feature to visualize costs across all linked organizations.
3 votesCharts Ingestion now supports cross-organization billing. See our documentation Create and Manage Billing Dashboards.
-
resizable sidebar
In MongoDB Charts, some of our attributes are quite long, and it's really hard to build charts on "Fields" with long names because the attribute names are truncated. Hovering over each field name is the only way to see the full name.
This adds a lot of frustration and wastes time while building charts because it forces users to hover over every truncated field for a few seconds to read the name. When there are similar attributes, this becomes unwieldy quickly.
Example:
- CompletedAppointmentGaps
- CompletedAppointmentGapsWhileMember
- CompletedAppointmentGapsWhileNonmember
- ...
All we see is:
- CompletedApp...
- CompletedApp...
- CompletedApp...
- ...Current workaround:…
2 votes -
Chart Import should appear when there are no dashboards
Currently, if there are no dashboards on the /dashboards page (e.g. https://charts.mongodb.com/charts-xxxxxxx/dashboards), the only option is to add a new dashboard. See 1addDash.png attached.
If there is an existing dashboard, there is the same "Add Dashboard" button, and there's also a pull-down menu to import a chart. See 3importdashboard.png
My use case for importing is for folks new to MongoDB and/or Charts. I'd like to be able to import a dashboard without having an existing dashboard.
(My current workaround is a tutorial showing how to make a dashboard, exit, then import).
2 votes -
Aggregation function name changes should not break user charts
Ideally users shouldn't see broken charts if it's just a function name change. To make it transparent to users, there should be some links between what's displayed on UI and the real function names. One example is that changes in CHARTS-4755 broke our charts: changing aggregation function name from "stdev" to "standard deviation" shouldn't require every user who uses that function to fix their charts.
2 votesThis has been fixed with release 1.31
-
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 votesHi Rune, this functionality has been available since September 2024. Please see our documentation Access for Public Users with a Link to the Dashboard for more details.
-
tooltip
This is a quick fix that would improve the experience for everyone: please stop using those annoying tooltips that get in the way of the real buttons that we want to use. It creates such a bad experience for an overly great product. Please, please, no more tooltips!
(everytime I want to force a refresh I have to avoid this annoying tooltip)
2 votes -
Embeded dashboard
Ability to embeded Dashboard.
The goal is to embed with SDK a complete dashboard.
Approximatively same thing as embeded Charts but for a complete dashboard and possibility to add filters.38 votesHi everyone,
Dashboard Embedding feature was released with our 1.30 update.
-
Allow option to change the locale/language of all charts dynamically via the SDK
When we embed a chart using the SDK, if I am using a Line chart which has a date on the axis, it is formatted in English locale only.
I would like to be able to toggle that between English and French as our project has a language toggle.
12 votes -
Charts change data source for a whole dashboard
change data source for a whole dashboard
3 votesThis is now possible, using the import/export feature. When importing a dashboard from a file, you have the opportunity to change data sources.
-
Allow second axis for combo chart
Combo chart type doesn't allow you to specify multiple Y-axis sources, and doesn't supporting having the columns or the line on a secondary axis
1 vote -
Allow export/download of chart data once embedded into an application.
Allow export/download of chart data once embedded into an application. It seems like currently, you can only view on screen in the application and you can only download the chart data if you are in MongoDB Atlas.
47 votesThe latest version of the SDK supports a "getData()" method, allowing you to programmatically access a chart's data in JSON format.
-
Support Charts for Multi-Cloud Clusters
It seems like multi-cloud clusters cannot be added as a Charts datasource.
This makes me sad...very, very sad. :(
1 voteSorry you’re so sad David! The good news is we will be supporting multi-cloud clusters in Charts in next week’s release!
-
Add median and mode to the aggregate functions for a number value
When I use a number value in a visual. I can choose aggregates: sum, count, distinct, mean, etc ...
I would like to have the option median and mode also. Median gives a better view than mean, if your date is sparse.
Thnx
14 votesWe have added median support in Charts now. We don't have plans in the near future to add mode support.
-
Data value labels for stacked bar charts
Hi and thanks for building Charts.
It would be nice to have value labeling like in grouped charts but for stacked charts (should just be the sum of the parts). Right now it's not easy to see the exact amount of Y values as you have to manually sum each part of stack
Thanks!
1 voteOK I just added this. Unfortunately it just missed the cutoff for our November release, but you’ll see it in the December release.
-
Enable $lookup for charts
Our team needs to get data from a separate collection to add to a chart. It is possible to add the field to our collection in the aggregation pipeline builder, however $lookup is unavailable for use in Charts.
11 votesThe latest update of Charts allows you to add Lookup Fields from the chart builder UI.
-
Move dashboards between Atlas projects and organizations
I would like to be able to move dashboards between organizations and projects. This will enable flexibility on any future organizational changes. Enable the ability to export dashboards and import them into new billing accounts or projects would be helpful. Or you enable sharing between organizations and projects, that will allow then users to convert the shared dashboard into it's own version. That would work as well.
9 votesThis is now possible, using the dashboard import/export functionality.
-
Interactive charts
I wish mongo charts to be interactive. like to handle clicks to view details and make data manipulations. My use case is to track low engaging users through graphs and send some notifications to them
52 votesHi,
We have released Interactive Filtering in the latest update. This allows you to interact with your charts in the dashboards. More info at https://blog.website.prod.corp.mongodb.com/blog/post/uncover-hidden-truths-interactive-filtering
- Don't see your idea?