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

56 results found

  1. Filter out number of rows to display in text table

    It would be great to be able to filter out the number of rows to display in a text table, for instance, to show the top 10 of something

    2 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)
  2. Filters for embedded charts

    While embedding it would be nice to have a filter , like [age = 40] to get all records whose age are above 40

    Ex: <iframe style="background: #FFFFFF;border: none;border-radius: 2px;box-shadow: 0 2px 10px 0 rgba(70, 76, 79, .2);" width="640" height="480" src="charts?id=6e45e31f-34a6-444d-b613-b3706f0f46ec&``age=40``&theme=light"></iframe>

    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. Fonts size

    If the charts generated are meant to be used directly (e.g.without editing them in third party graphic applications) like embebed in webpages, then we need to be able to change at least the size of the fonts.

    p.s. no rush to implement the selection of font style, just size for now would be great. Thanks

    2 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)
  4. Problem opening map

    The map works fine only the first time!

    Does not load the map when zooming, view picture.

    Watching the console shows the following error:
    react-dom.production.min.js:198 Error: Bounds are not valid.
    at t.fitBounds (leaflet-src.js:3283)
    at t.value (map-item.jsx:79)
    at Ga (react-dom.production.min.js:216)
    at za (react-dom.production.min.js:220)
    at react-dom.production.min.js:250
    at Object.t.unstable_runWithPriority (scheduler.production.min.js:18)
    at Rs (react-dom.production.min.js:250)
    at Ds (react-dom.production.min.js:249)
    at As (react-dom.production.min.js:248)
    at Es (react-dom.production.min.js:245)

    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. import/export charts

    It would be great if we could import and export the charts somehow. While the drag and drop interface is nice it would be beneficial if we could host it in our code git and test/adjust the aggregations when we change the underlying schema.

    27 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

    completed  ·  3 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)
  6. Toggle chart legend visibility

    Being able to toggle the visibility of the chart legends would be nice for use-cases where they aren't necessary.

    3 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)
  7. Ability to Bin Dates by Week on Charts

    Th binning feature is fantastic! My only issue is that there isn't the ability to bin weekly. Our data is across Monday to Friday so every weekend bring a drop in our graph. Please add this feature !

    13 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)
  8. Filtering by fields in an Array of Objects

    Currently if you have an array of objects you cannot filter by the values of those objects. Charts concatenates all of the values in that field together.

    For instance, if the structure looks like this:

    { owners:
    [
    {"name": "Bob Smith",
    {"address": 123 Main St.},
    {"name": "Janet Smith",
    {"address": 321 Other St.}
    ]
    }

    The available filter for name would be "Bob SmithJanet Smith", which returns no results.

    2 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)
  9. Dashboard Filters

    Need the ability to choose filters at the dashboard level that will apply to all included charts. I often create dashboards at an organizational level and share the function-specific details to stakeholders. The ability to share a single dashboard with "locked" filters would be a huge advantage as it would prevent me from creating 20 duplicate dashboards for each stakeholder.

    20 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

    1 comment  ·  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. Allow charts to be viewed without login

    Allow teams to give easy access to mongoDB charts without the need for a user. This is to allow easy sharing of dashboards, without having to create a user each time.

    5 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  ·  Sharing  ·  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. Secondary y-axis

    Having an aggregation in y-axis (e.g. showing per petrol filling occasion date the amount of petrol and the paid price) would be much better readable if scaling could be done for primary and secondary y-axis. Is anything like that on the roadmap? Cheers. :-)

    7 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)
  12. Ability to do a math expression on Text -> Number

    Let's say you are sale mobiles and in database you have something like:

    "Model" | "Quantity" | "Price/Item"

    And you want to see all your sales, you must provide in a Text -> Number the following expression: "Quantity" * "Price/Item".

    Or you have another database as backup data before transformations and you want to compare counts between databases.

    3 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)
  13. Allow to add custom labels on axes values

    Some of data is stored as numerical value but later is changed into text by enums. It would be useful to, add key value pair, so in a chart instead of 1 on the axis, there would be text field e.g. 'accepted users'

    4 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)

    This can now be accomplished with String Binning. Alternatively if the enums reference values in another collection, you can use the new Lookup Fields feature to get access to the string codes for each value.

  14. Allow charts to have reference field data in them

    Adding the ability to access data in reference fields to other collections and adding that data to a chart would be very helpful. For example, a collection called "delivery" has a reference field to a "client" this client has a string "title" field. It would be very useful to be able to add the client's "title" to the chart instead of just their id.

    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  ·  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)
  15. scrolling/dragging on touch device

    Hi !
    1.)
    It is not possible to scroll over the dashboard filled with charts at my touchscreen device (android/chrome), if there is no page background left to "grab".

    2.)
    Also in edit mode, it is not possible to drag field elements with touch input. So editing on this mobile device is not possible.

    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

    completed  ·  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)
  16. New and extended features on Scatterplot

    In order to do IoT analytics on the scatterplot it would be great to have no limitation (or much higher than 50k) on the number of data points (especially on double logarithm axis). In addition it would be nice to customise the size of the data point.

    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)

    The latest release lets you customise the size, fill and border of scatter plot marks.
    Unfortunately we can’t go beyond the 50K limit for the time being.

1 3 Next →
  • Don't see your idea?

Feedback and Knowledge Base