Charts
56 results found
-
Export Options
After creating a chart, provide export options of generated graph as an image (variable formats), documents (PDF, DOCX, etc), and as a simple HTML page that has CSS styling.
54 votesWe are releasing(this week) allowing dashboards to be sent out as reports using png and pdf formats. We have already released saving chart as png option using embedded charts.
-
Interactive charts
I wish mongo charts to be interactive. like to handle clicks to view details and make data manipulations. My use case is to track low engaging users through graphs and send some notifications to them
52 votesHi,
We have released Interactive Filtering in the latest update. This allows you to interact with your charts in the dashboards. More info at https://blog.website.prod.corp.mongodb.com/blog/post/uncover-hidden-truths-interactive-filtering -
Conditional formatting
After you define a KPI, will be awesome if you can color them:
By expressions:
Red if number is less than 33.
Yellow if number is grater than 34 and less then 50.
Green if number is grater than 51.By scale:
A gradient from Red to Green (with yellow in the middle) and values from 0 to 100.Static:
Just color this KPI number purple.
NOTE: Colors and values must be configured by user.
48 votesThis is done! Rolling out to all Charts customers this week.
-
Allow export/download of chart data once embedded into an application.
Allow export/download of chart data once embedded into an application. It seems like currently, you can only view on screen in the application and you can only download the chart data if you are in MongoDB Atlas.
47 votesThe latest version of the SDK supports a "getData()" method, allowing you to programmatically access a chart's data in JSON format.
-
Embeded dashboard
Ability to embeded Dashboard.
The goal is to embed with SDK a complete dashboard.
Approximatively same thing as embeded Charts but for a complete dashboard and possibility to add filters.38 votesHi everyone,
Dashboard Embedding feature was released with our 1.30 update.
-
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 -
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 votesThis is shipping today in Charts on Atlas!
-
Add a "Download as (CSV/JSON/...)" button to each chart in Charts
Now that we can share charts to people outside of our org it would be really nice if they could download each chart data.
Right now it is only possible if one can edit the chart but it is really useful also for users that are only viewers
18 votes -
Clickable values
One of the biggies missing for charts (from my perspective) is the ability to click and filter by values on the charts. Most BI tools do so and it's an easy and intuitive way to navigate up and down through the data. Similar to what "analyse schema" does in Compass, but much more flexible.
18 votesThese kinds of scenarios are now possible using Interactive Filtering and Click Events.
-
Add median and mode to the aggregate functions for a number value
When I use a number value in a visual. I can choose aggregates: sum, count, distinct, mean, etc ...
I would like to have the option median and mode also. Median gives a better view than mean, if your date is sparse.
Thnx
14 votesWe have added median support in Charts now. We don't have plans in the near future to add mode support.
-
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 -
Allow option to change the locale/language of all charts dynamically via the SDK
When we embed a chart using the SDK, if I am using a Line chart which has a date on the axis, it is formatted in English locale only.
I would like to be able to toggle that between English and French as our project has a language toggle.
12 votes -
Enable $lookup for charts
Our team needs to get data from a separate collection to add to a chart. It is possible to add the field to our collection in the aggregation pipeline builder, however $lookup is unavailable for use in Charts.
11 votesThe latest update of Charts allows you to add Lookup Fields from the chart builder UI.
-
Show trendlines in charts
It would be great to add support for trendlines in column and line charts.
For example, if I have a chart for daily/weekly/monthly active users, it would be very helpful to have a trendline to show if the active users are increasing or decreasing.
11 votes -
Move dashboards between Atlas projects and organizations
I would like to be able to move dashboards between organizations and projects. This will enable flexibility on any future organizational changes. Enable the ability to export dashboards and import them into new billing accounts or projects would be helpful. Or you enable sharing between organizations and projects, that will allow then users to convert the shared dashboard into it's own version. That would work as well.
9 votesThis is now possible, using the dashboard import/export functionality.
-
Embed Chart with API
It will be great if we can pass filters to embed chart. like date range or id
9 votes -
Need old fields ( quantity , unit, unitPriceDollars ) to be added to Atlas Billing Chart Database in new Ingestion Feature
Previous version of the Github Project - https://github.com/aredalen/atlas-billing had many field in Billing Database ( Details collection ) now its not available in the new feature in MongoDB Atlas Charts.
We need those fields ( quantity , unit, unitPriceDollars ) to be added to Atlas Billing Chart Database in new Ingestion Feature.
Previous Database: Billing DB - Details Collection
New database: Atlas-billing - lineItems Collection doesn’t have below fields.
-quantity
-unit
-unitPriceDollarsWe require these fields for building detailed daily app-wise consumption report.
7 votes -
Month-to-date, Quarter-to-date & Year-to-date filtering
Enable the possibility to use Month-to-date, Quarter-to-date & Year-to-date filtering options using Timestamp in any MongoDB Chart. At the moment, it's only "Last", "Now" & "Next".
7 votesThis has now been built – to be released in our September 2020 release later this month.
-
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 -
Cumulative trends over time
By placing a time variable on the X axis, we can create a graph of records created for each day/week/month/etc. It would be very helpful to also have the ability to plot cumulative totals over time; in other words, have the point (X, Y) represent the fact that at time X, Y total records existed in the collection.
7 votes
- Don't see your idea?