Skip to content

Charts

MongoDB Charts is the best way to create visualizations of MongoDB data. Connect to any MongoDB instance as a data source, create charts and graphs, embed them into your applications or build live dashboards for sharing and collaboration.
  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

252 results found

  1. Custom Geospatial map

    At this point there are only a few maps available for geospatial data, it would be nice if there is a possibility to add a custom map, in my use-case I want a map of Belgium with all the towns. I understand that it is not possible to add all the maps in the world, so maybe an adding a custom SVG map through an upload functionality could be an option to allow all maps from the world

    4 votes
    How important is this to you?
  2. Ability to specify the square size

    This must be at dashboard level.

    In some cases squares can be a bit smaller or a bit larger.

    If you have a table and you want to expand a little bit, but one square is too much.
    In that case you must modify the size of squares of dashboard and resize the table.

    4 votes
    1 comment  ·  Dashboards  ·  Admin →
    How important is this to you?
  3. Template chart

    A great feature would be to support template charts. The intention is that you have a query that calculates a client’s total gross revenue or the amount of credit card transactions they have processed in realtime. (e.g a text chart). This template could have one or multiple input parameters (think SQL stored procedure / view). Then we could display this chart per customer which would be a game changer to us because then we could tailor our embedded dashboards to each customer.

    4 votes
    How important is this to you?
  4. show percentage in stack bar chart

    would be good if we can show percentage as addition label in the stack bar chart instead of creating another percentage stackbar

    3 votes
    How important is this to you?
  5. Calculate column percentage

    It would be great to have the possibility to show the results of the column in a percentage from the whole column:
    - 15 : 12,5%
    - 55 : 45,8%
    - 20 : 16,7%
    - 30 : 25%

    3 votes
    How important is this to you?
  6. Increse (customizable) query response size limit

    Currently each chart time have limit for query response size. For example discrete line chart's limit is 5000 and cannot customize. Chart will show following warning in that case:

    This chart may be displaying incomplete data. The maximum query response size of 5000 documents for Discrete Line type charts has been reached.

    I think this limit can be increaced for larger nodes especially for analytics nodes since it have enought resource to run the query. Please please make this possible. You need not change default value of limit. Please make us possible to customize the limit for selected charts. I…

    3 votes
    How important is this to you?
  7. Connection counter

    I think that would be interesting to have a dashboard which show the connection number for each databases users/api currently connected or over a specific period.

    Have a more information for each connection etablished on the cluster selected.

    Currently to have a more information I must get the logs and I must search in the log the differents informations for each users/apis.

    3 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  8. 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 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  9. Add a mechanism for switching a dashboard to "edit" mode

    When viewing a dashboard (example: https://charts.mongodb.com/charts-build-failures-deyus/public/dashboards/635a911f-5f92-4f99-871d-c74626013667), it is not easy to switch to editing that dashboard. Even if I have admin rights to a dashboard, there's no single/simple/obvious way to switch to an editing mode. Could y'all consider adding a UI mechanism (say, a toggle button) to switch to edit mode?

    3 votes
    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?
  10. Report PDF to include generated date time in footer or in file name.

    When scheduling email with PDF attachment, it would be great if PDF includes the date time it was generated in footer/header or attachment name should include date time.

    This will help when it is being shared offline to other participants.

    3 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  11. Calculated simple expression to support string concat and if else

    I was looking for an alternative simpler expression rather than the Mongodb query language for calculated field — similar to what Tableau and Metabase provided. the main goal is to have a more intuitive expression for folks who don't familiar with Mongo query to create their own stuff

    example expected expression: is_beta: (if int([Version Minor]) >= 7 then "yes" else "No" end)

    3 votes
    How important is this to you?
  12. 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.

    3 votes
    1 comment  ·  Dashboards  ·  Admin →
    How important is this to you?
  13. Provide your individual developers access to specified data sources without providing them access to all of the datasources

    We want to provide your individual developers access to specified data sources without providing them access to all of the datasources in the Atlas Project.

    Unfortunately this is not possible as Charts permissions are at the Project level. Any user provided access to a datasource in a Project will have access to all datasources in that Project.

    We want to have the ability to set datasource access permissions per user.

    Best regards,
    Frank

    3 votes
    How important is this to you?
  14. Make Dashboard filters more customizable.

    For example, being able to delete and narrow down the available values to toggle on and off. I am filtering by a large amount of org ids and I don't want to see a whole bunch of org ids that I didn't add on my filter list. Make it hard to remember which ones should be toggled on. Also, if you could rename filter values just for the filter page, and not have it affect/rename the actual values. Fort example, replace those org ids with the names of the orgs but not have the actual ids in the system change.

    3 votes
    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?
  15. Change binning through embedding SDK

    We use a lot of embedded charts in our application and would like of offer users to dynamically change binning on them to e.g. show stats per hour, day, week, month, year.

    Currently we can only do this by creating separate charts for each binning.

    3 votes
    0 comments  ·  Embedding  ·  Admin →
    How important is this to you?
  16. Annoying help button

    This help button sometimes gets on the way and its really annoying. some option to get rid of it please

    3 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
  17. Ability to edit Field names directly in chart creation/ table view instead of going to CUSTOMIZE

    Amazed this is already not done. Ability to edit Column/ field names directly in chart creation/ table view instead of going to CUSTOMIZE. This is extremely irritating and I'm surprised it is not already implemented.

    3 votes
    How important is this to you?
  18. Add OnChartsFullyLoaded Event Listener

    Currently, when using the render function in the Charts SDK, you get a JavaScript Promise that resolves when the chart or dashboard has loaded. However, loaded does not mean that the data has fully loaded and rendered, it only means that the empty chart has loaded.

    I would like to propose an event listener or several event listeners that give you better control over the lifecycle of a chart or dashboard. For example, I'd like to be able to do something after my chart has fully rendered, but that isn't currently possible due to the nature of iFrames and not…

    3 votes
    0 comments  ·  Embedding  ·  Admin →
    How important is this to you?
  19. Add Usage Metrics capturing Dashboard Views

    As a dashboard owner, I would like to know which dashboards are being used the most, by whom, and see count of views over time.

    As we evaluate "usage" of these MDB Charts Dashboards, I want to know if people are even using them "enough" to justify investing in creating or enhancing dashboards.

    I realize I could embed these charts into a separate website and slap Google Analytics onto the site to gain analytics / usage information. In lieu of this native feature, would you recommend that approach?

    3 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
  20. 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

    3 votes
    How important is this to you?
  • Don't see your idea?

Charts

Categories

Feedback and Knowledge Base