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

233 results found

  1. 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

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

    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  ·  Embedding  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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

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

    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. Re-zero bar chart after clicking legend item on stacked bar chart

    Being able to highlight an individual series by clicking on its name in the legend great! Having an option to allow it to display as an ordinary bar chart so the relative heights within that series can be compared would be even better.

    See also http://bl.ocks.org/KatiRG/5f168b5c884b1f9c36a5.

    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)
  6. Grouped Bar chart as percentage numbers

    Hi,

    I have a bar chart which shows bars with numbers based on different types of products sold per month, like in Feb we have 3 bars for every product type being the quantities 57, 9, 167. I would like to show the percentages 24%, 3%, 71%

    The math is the following:
    count by value / Sum of all items * 100

    I'm using the (count by value) aggregator but that shows just the plain count

    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. Bulk delete data sources

    Bulk remove data sources instead of one by one.

    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)
  8. add categories for dashboards

    add the possibility to add categories to each dashboard so that it's possible to use them as a filter or viewing in a tree like / multi level structure.
    handy for when you have many dashboards

    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

    2 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)
  9. Optional Aggregation

    Most chart types rely on aggregation due to the nature of MongoDB datasets. Sometimes I have simple datasets where I want to set a field not as an aggregation but as the value of a field. Yes, we could use spreadsheets to achieve this, but its nice having all the charts in one interface

    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)
  10. lowlevel data api

    Mongodb-charts is great but still lacking a lot of features (which is not super surprising given it's age). To work around mobile issues, missing zoom, server side rendering and similar it would be great if the sdk exposed a low level data endpoint so that we can create our own visualizations on top of the aggregated & cached data from mongodb charts.

    I imagine sth like:

    const sdk = new ChartsEmbedSDK({
    baseUrl,
    });
    const data = await sdk.getData({chartId})

    unrelated side note: it would be great if the embed sdk was open source so that we can just contribute little enhancements…

    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

    planned  ·  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)
  11. Chart element counts

    Charts should allow us to access the number of categories in a chart (e.g. number of bars, number of series/legend items). In this way we will have information to further customize the rendering, on the fly, via SDK if need be.

    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)
  12. Axis custom styling

    It'd be great to be able to change the font size, color, and also the orientation of the labels.
    Setting a maximum and minimum font size would be awesome.

    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. updating the min value dynamically to expand the chart

    Imagine this scenario: You have a price x data chart with a range between 110.000 and 120.000 for prices.
    But the chart always starts at 0. You ever have to update the minimum range manually to near 110.000 to show data in the graph appropriately. Counterproductive, not?
    So, I suggest creating a feature to updating the min value dynamically to expand the chart and ever occupy the entire space of the cartesian plane, especially in continuous charts.

    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)
  14. 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

    1 comment  ·  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)
  15. User Defined Choropleth

    Choropleths are limited to predefined regions right now. There should be a way to define your own geographic regions to fit the needs of your business.

    EG. Pacific NW may be Alaska, Washington, Oregon for one company, and include Idaho for another company. Or to define neighborhoods in a city.

    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)
  16. 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

    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)
  17. 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.

    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

    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)
  18. Default source

    When adding a chart normally you are using the same data source over and over. Why not pre-select that data source so that you avoid having to click that per every chart you add

    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)
  19. Sydney nodes for atlas charts

    It would be great if we could get some nodes to serve APAC for charts to bring down the latency a bit, rather than having to go to us-east-1 AWS region.

    I imagine this is planned as Stitch already has nodes in Sydney but I thought I would make a note.

    Thanks for all the hard work!

    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

    under review  ·  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)
  20. Percentile Chart / Cumulative-Distribution-Function

    Often times just looking at just the average or min/max of the data might be misleading and understanding the distribution of the data is as important as the aggregated value itself. The Percentile Chart is useful for such scenarios as it helps to see the shape of the distribution, such as how big the tail is at either end, along with the value.

    My proposal is to integrate a percentile chart similar to what you find here : https://powerbi.microsoft.com/de-de/blog/visual-awesomeness-unlocked-percentile-chart/
    https://en.wikipedia.org/wiki/Cumulative_distribution_function

    Thanks for the great work, I realy like mongo charts, keep going!

    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)
  • Don't see your idea?

Feedback and Knowledge Base