Charts
249 results found
-
Report PDF to include generated date time in footer or in file name.
When scheduling email with PDF attachment, it would be great if PDF includes the date time it was generated in footer/header or attachment name should include date time.
This will help when it is being shared offline to other participants.
3 votes -
Calculated simple expression to support string concat and if else
I was looking for an alternative simpler expression rather than the Mongodb query language for calculated field — similar to what Tableau and Metabase provided. the main goal is to have a more intuitive expression for folks who don't familiar with Mongo query to create their own stuff
example expected expression: is_beta: (if int([Version Minor]) >= 7 then "yes" else "No" end)
3 votes -
Provide your individual developers access to specified data sources without providing them access to all of the datasources
We want to provide your individual developers access to specified data sources without providing them access to all of the datasources in the Atlas Project.
Unfortunately this is not possible as Charts permissions are at the Project level. Any user provided access to a datasource in a Project will have access to all datasources in that Project.
We want to have the ability to set datasource access permissions per user.
Best regards,
Frank3 votes -
Change binning through embedding SDK
We use a lot of embedded charts in our application and would like of offer users to dynamically change binning on them to e.g. show stats per hour, day, week, month, year.
Currently we can only do this by creating separate charts for each binning.
3 votes -
Annoying help button
This help button sometimes gets on the way and its really annoying. some option to get rid of it please
3 votes -
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 -
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 -
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 -
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 -
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.
3 votes -
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 * 100I'm using the (count by value) aggregator but that shows just the plain count
3 votes -
Bulk delete data sources
Bulk remove data sources instead of one by one.
3 votes -
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 dashboards3 votes -
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 -
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 -
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 -
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 -
Try Adding Indian States and Cities name in Geo spatial (choropleth)
Try Adding Indian States and Cities names in Geo spatial (choropleth). Only us,uk states are present.
3 votes -
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 -
3 votes
- Don't see your idea?