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

66 results found

  1. 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?
  2. 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
    How important is this to you?
  3. 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
    How important is this to you?
  4. Support Rendering GeoJSON on a Map

    I have GeoJSON in my collection that is storing trip data as GeoJSON LineStrings for each trip and I simply want to render the trips on a map. Basically having Charts just draw the lines for each trip. Nice to have would be defining attributes to name them and color code them. I would expect this to apply to all GeoJSON types available.

    3 votes
    How important is this to you?
  5. 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
    How important is this to you?
  6. 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
    How important is this to you?
  7. 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
    How important is this to you?
  8. 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
    How important is this to you?
  9. 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?
  10. Last data point or last line segment to the point be rendered differently

    Hi Avinash/Tom (and team),

    Is it possible to have the last data point in a series be dotted or the line to that data point be dotted or some differing visual gestalt?

    Specifically, we have a time series rendering of our BU data and north star metrics in Charts at https://wiki.corp.mongodb.com/display/DE/North+Star+Metrics+by+Time+Period, I'd guess this is like a lot of dashboards for companies/customers.

    What we want to do for say the current month's data is have the line or the point be rendered differently whether dashed or shape or whatever to illustrate that that month's (or quarter or current year)…

    2 votes
    How important is this to you?
  11. Custom Sort Heatmap Axis

    The user has no control over the sort of the heatmap axis. It would be nice to have the option to sort hours of the day e.g. that it is ascending from bottom to top instead of the default.

    2 votes
    How important is this to you?
  12. Resample based on zoom level for a chart

    I understand why you have a limit on geo scatter (it would be nice if it is more than 1,000) but the bigger need is to return the data based on the zoom level. For example in our use case we have over 1,000,000 geo tagged points in a region. When you zoom in to a neighborhood there will be 500-600. The request is to get all those data points when zoomed in so we have a complete view vs. random sample.

    2 votes
    How important is this to you?
  13. Title of each chart with Tooltip option

    Hover over title option with Tooltip that displays help text instead of subtitle description which takes up too much space.

    For Dashboards, Tooltip feature is especially convenient to allow end users to understand how the metric is calculated with a dynamic popover that displays on hover

    2 votes
    How important is this to you?
  14. datatables.net

    Dears, thanks for you effort to dev mongodb, I would like to suggest a Table UI like:
    datatables.net

    with this we can dev so quick the admin backed of our applications, like for example a quick list of customers, etc... and edit.

    Best regards.

    2 votes
    How important is this to you?
  15. calendar

    We use the chart type grid to show 24 hours days and day of week. The day of week only shows in Engllish and we can't setup the first day of week.

    We need spanish translate and the week starts on monday.

    2 votes
    How important is this to you?
  16. Add an option for a "moving averages" trendline to scatter splots

    I have data that doesn't follow a linear or polynominal shape and is more cyclical. I'd like to have another trend line type called "moving average" that plots the average of a window of data.

    2 votes
    How important is this to you?
  17. Moving Bubble charts

    I'd like to see the ability within MongoDB charts to have moving bubble charts as my data is updated. Similar to https://flowingdata.com/2019/03/26/relationship-stages/

    2 votes
    How important is this to you?
  18. regex on filters

    in the filters section in charts, filter string using regex

    2 votes
    How important is this to you?
  19. Average (trend) lines for a data series

    I have many charts with series where the y-axis values (Revenue $$) bounce up and down along the x-axis (Date). At times, it's difficult to tell if the values are trending up or down. It would be nice to be able to configure a trendline that shows an average.

    2 votes
    How important is this to you?
  20. Add error bars to bar/line charts

    I have a dataset containing measurements, along with errors - e.g.
    {
    value: 187.12,
    error: 12.51
    }

    It would be quite useful to be able to plot the error values on a line chart so that we can see the uncertainty as well as the measured value.

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

Charts

Categories

Feedback and Knowledge Base