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. Update the alignment of the plugs in the image on the login screen

    The "plugs" circled in pink below don't align with the object they're plugging into and it triggers my OCD every time. For a technically correct engineering product, this seems totally off-brand.

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  2. Allow the injected filter for authenticated embedding to be injected as the first filter in pipeline

    When you embed a chart with authenticated access you have the option to inject a function that returns a MongoDB Query to be injected as a filter on the chart. In this function you have access to the context object which provides info about the current user (token), this gives you the ability to filter the data per tenant in case of multi-tenant applications, but since this filter is only applied as chart filter and not as filter in the aggregation pipeline of the chart or as filter in the view used by the chart, it's really difficult to hit…

    5 votes
    1 comment  ·  Embedding  ·  Admin →
    How important is this to you?
  3. Allow unifying billing chart for more than one organization

    Atlas provides a billing dashboard for one organization, or for linked organization. In my company we have two unlinked organization as we differentiate support levels so they cannot be linked.
    We'd love to see an option to use multiple such organization in one billing board, for example by allowing multiple billing APIs to be used or any other background ingestion option.
    Thank you!

    1 vote
    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?
  4. getImage() api isn't honouring the showAttribution flag on dashboard or chart

    dashboard.getImage() is showing the MongoDB logo despite setting showAttribution: false when we create the dashboard object.

    2 votes
    0 comments  ·  Embedding  ·  Admin →
    How important is this to you?
  5. Ability to download data for all charts from embedded dashboard level

    When we embed a whole dashboard using charts SDK, we have an option to download the dashboard as Image using getImage() api. However, we have no option to download underlying data of all charts.

    Tried Alternate:
    Dashboard API has getAllChart API which returns an array of DashboardChart objects, which contain only the chartId (from the metadata perspective of the chart). We can download the data using getData(), however we don't get business context (i.e. title of chart etc) to establish the relation of specific data with specific chart.

    So the request is to offer a feature to download all charts…

    2 votes
    0 comments  ·  Embedding  ·  Admin →
    How important is this to you?
  6. when moving a chart to a dashboard, it would be nice to make that drop down screen wider so I can see the whole title of the dashboard I wan

    when moving a chart to a dashboard, it would be nice to make that drop down screen wider so I can see the whole title of the dashboard I want to move it to. Currently, I use the same beginning text for my clients and then add the dates at the end. So I need to see the dates of the dashboard to move the chart correctly. thank you.

    1 vote
    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?
  7. 6 votes
    How important is this to you?
  8. 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?
  9. 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?
  10. Add more options to sort the data in the charts

    Right now you can currently only sort stacked charts when there is a string value on the x axis. We would like the ability to be able to sort the data by series or by data value (high to low). Additionally, it would be great if the sort function in charts was more in depth so that you could sort all chart types (table, stacked, etc). It would also be nice if you could add two sorts to a table (similar to excel or other data viz tools).

    1 vote
    How important is this to you?
  11. Photo Editing

    I see some site who using toggle Dark Theme in their toogle button of Photo Editing App.

    Most dashboards from various services let you switch to Dark Mode, which is easier on the eyes and helps save a lot of energy.

    Source: https://mycapcutapks.com/.

    1 vote
    0 comments  ·  Sharing  ·  Admin →
    How important is this to you?
  12. Optimizing ERP Insights with MongoDB Charts

    For integrating MongoDB with ERP software, consider leveraging MongoDB Charts to create customized visualizations of your ERP data. By connecting MongoDB as a data source, you can build dynamic dashboards that provide real-time insights into key ERP metrics such as inventory levels, financial performance, and sales trends. This integration will enhance your ability to analyze and present ERP data effectively, allowing for better decision-making and streamlined business operations. Additionally, you can embed these visualizations into your ERP system for a cohesive user experience, making it easier for your team to access and interpret critical information. Recommended ERP: https://www.impactfirst.co/id/erp/software-erp or other…

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  13. Table Chart > Show Totals > Show Avg > Show Max > etc....

    Allow the "summary" row to show EITHER Totals, Or Average, Or MAX, OR etc....

    Take a look at any Excel pivot table to see how this functionality is implemented

    2 votes
    How important is this to you?
  14. Add support for logs on serverless instances

    Right now, creating serverless instances on Atlas implies in not being able to download the logs as per https://www.mongodb.com/docs/atlas/reference/serverless-instance-limitations/#serverless-instance-limitations

    I request that we either add that capability, or add a new feature that allows us for browsing the recent logs

    1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  15. Add refresh settings to .charts export

    When exporting a Chart (.charts) the refresh settings are not included and thus lost when imported elsewhere.

    1 vote
    0 comments  ·  Building Charts  ·  Admin →
    How important is this to you?
  16. 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…

    2 votes
    How important is this to you?
  17. Support "Period Comparison" or "Cumulative Sums" with Multi-Series Data

    It appears the "Compare Periods" functionality is not supported with multi-series (i.e., like Stacked Column) charts. This UI for configuring this functionality disappears once a Series is added.

    4 votes
    How important is this to you?
  18. 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:

    https://stackoverflow.com/questions/65139097/make-node-tree-with-recursive-table-with-express-and-mongo/65166480#65166480

    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-chart

    16 votes
    How important is this to you?
  19. Create chart action "duplicate into other dashboard"

    This will be quicker than duplicating a chart, then moving it to another dashboard

    4 votes
    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?
  20. Export chart or dashboard image programmatically

    Ideally, some API access to charts so a PNG or PDF could be rendered server-side.

    Would be great if the @mongodb-js/charts-embed-dom npm package could be used to get the PNG of a chart or dashboard.

    This must be possible somehow since the scheduled reports can send a PNG via email. For my use case, I would like to send these images to S3.

    6 votes
    1 comment  ·  Other  ·  Admin →
    How important is this to you?
← Previous 1 3 4 5 12 13
  • Don't see your idea?

Charts

Categories

Feedback and Knowledge Base