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

236 results found

  1. Array of mixed types not working correctly

    When we have an array of type [String, number], the second item is considered as string and hence, not able to do aggregation like sum.

    For example, consider
    ```

    $project: {
      transposed: {
        $zip: {
          inputs: [["aaa","bbb"], [1, 2]]
        }
      }
    }
    

    I am not able to create a data table with transformed.0 in col1 and max(transformed.1) in col2

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. server to database drill down for Ops Manager metrics

    When looking at server charts in Ops Manager METRICS, it would be good to have the ability to drill down to the database level. For example, I can easily see #connections to a host via Ops Manager UI. But, I want to know which databases in the cluster are being connected to, and currently, I have to mine the mongod logs for that.
    This is discussed https://support.mongodb.com/case/00687156

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Make Charts Loading Screen Contextually Relevant

    Add the Chart Title to its Loading dialog.

    Would solve some UX problems for embedded charts - letting the user know what is coming to fill the space. There are workarounds for this currently (i.e. not using the charts title and having it on the render end instead... or having a conditional display that waits for the chart to load) but it would seem a more integrated experience all around to add context relevance to the Loading dialog, if possible.

    Thanks!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Display row numbers for text charts

    It would nice if there was an option to toggle row numbers for text charts. This would be helpful, for example, when the rank of entries is important.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. render all labels in a series

    The bigger the chart/differences in the chart get the harder it get's to point the cursor to display a label. Also if you have multiple y-axis the label is only shown for the one your touching - it would be nice if in discrete charts the label would show the values of all axis.

    tl;dr;
    - label should show for closest data point for easier touching
    - label should contain all values

    that's e.g. how it works with recharts: http://recharts.org/en-US/examples/SimpleLineChart

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Add option for a dynamic Chart Title

    It would be useful if I could set the chart title to equal the result of an aggregation on the chart's documents.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Building Charts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Total number by adding all grouping on the chart

    How can I show the total number by adding all grouping on the chart.

    Example: 351+6.824=7.175

    View label 7.175!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Building Charts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. sort digits numerically instead of alpha

    if someone has range categories, such as "0-1", "1-5", "5-10", "10-15"

    "10-15" will appear before "5-10" on an axis

    but since they're numeric ranges, 10-15 should appear after 5-10

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. On page search is weird

    When I try to search in browser it often can't find data in table rows

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. See charts from the dashboard view

    If I had a dashboard for one client with two charts in it then another dashboard with two charts it would be good to view small versions of those charts from the dashboard view

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. External data sources for text charts

    Say you have multiple background jobs that are responsible for caching expensive queries. Instead of migrating these complex queries to charts you could instead expose the raw value via a REST endpoint.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Copy chart values/legend

    It'd be great to be able to copy axis labels as well as legend information. Using charts to diagnose issues, the items I'm looking for show up in the legend, but I'm unable to copy them.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Dashboards  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Bin data by configurable minutes

    This is similar to other requests for binning - essentially having more flexible ways to configure binning on date/times. I want to bin based on a time period of 30mins as I am analysing trading data.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Administrators should be able to manage all dashboards

    Administrators should be able to manage all dashboards and possibly data sources of other users. A dashboard that is made visible to all by another user cannot be deleted or hidden by an administrator if this dashboard does not work anymore.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Allow any connection string vs. only Atlas instances selection

    In the on-prem version of Charts the page at
    https://docs.mongodb.com/charts/onprem/data-sources#std-label-add-data-source

    mentions,

    Procedure
    From the Data Sources list, click the New Data Source button.
    Enter the Connection String URI of the MongoDB deployment to which you want to connect.

    For the Atlas version I would like to pull data from any of my Internet accessible MongoDB servers to form a more complete enterprise dashboard. Much like with Compass, all that is needed is a connection string and you are off too charting. The strict only Atlas data access is a bit too restrictive IMHO.

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Data Sources  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. geospatial scatter absolute size

    Hi!
    I'm using the geospatial charts to display geolocation information and set the dot size as indicator for the location accuracy information.

    This looks nice, but the dot size changes with the map zoom and gives no information about the location area, where the real position is expected to be within.

    It would be cool to have an option to set the dot size to absolute size in units of km or miles in order to have geometric relation to the real data.

    Thanks !

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 2 8 9 10 12 Next →
  • Don't see your idea?

Feedback and Knowledge Base