Charts
251 results found
-
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
-
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 -
Prompt-able Filters
There is a need to frequently change the date filter to produce reports for Month-to-date, Year-to-date, Specific date range, etc. Please provide option to build charts that prompt for attribute values on filter instead of just having a static filter.
3 votes -
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 -
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 -
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_functionThanks for the great work, I realy like mongo charts, keep going!
3 votes -
getImage() api isn't honouring the showAttribution flag on dashboard or chart
dashboard.getImage() is showing the MongoDB logo despite setting showAttribution: false when we create the dashboard object.
2 votes -
Ability to download data for all charts from embedded dashboard level
When we embed a whole dashboard using charts SDK, we have an option to download the dashboard as Image using getImage() api. However, we have no option to download underlying data of all charts.
Tried Alternate:
Dashboard API has getAllChart API which returns an array of DashboardChart objects, which contain only the chartId (from the metadata perspective of the chart). We can download the data using getData(), however we don't get business context (i.e. title of chart etc) to establish the relation of specific data with specific chart.So the request is to offer a feature to download all charts…
2 votes -
show percentage in stack bar chart
would be good if we can show percentage as addition label in the stack bar chart instead of creating another percentage stackbar
2 votes -
Calculate column percentage
It would be great to have the possibility to show the results of the column in a percentage from the whole column:
- 15 : 12,5%
- 55 : 45,8%
- 20 : 16,7%
- 30 : 25%2 votes -
Allow the injected filter for authenticated embedding to be injected as the first filter in pipeline
When you embed a chart with authenticated access you have the option to inject a function that returns a MongoDB Query to be injected as a filter on the chart. In this function you have access to the context object which provides info about the current user (token), this gives you the ability to filter the data per tenant in case of multi-tenant applications, but since this filter is only applied as chart filter and not as filter in the aggregation pipeline of the chart or as filter in the view used by the chart, it's really difficult to hit…
2 votes -
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 -
Increse (customizable) query response size limit
Currently each chart time have limit for query response size. For example discrete line chart's limit is 5000 and cannot customize. Chart will show following warning in that case:
This chart may be displaying incomplete data. The maximum query response size of 5000 documents for Discrete Line type charts has been reached.
I think this limit can be increaced for larger nodes especially for analytics nodes since it have enought resource to run the query. Please please make this possible. You need not change default value of limit. Please make us possible to customize the limit for selected charts. I…
2 votes -
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 -
Connection counter
I think that would be interesting to have a dashboard which show the connection number for each databases users/api currently connected or over a specific period.
Have a more information for each connection etablished on the cluster selected.
Currently to have a more information I must get the logs and I must search in the log the differents informations for each users/apis.
2 votes -
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 -
Geospatial Index - Elevation
GeoJSON specs allow storing elevation along with coordinates. It would be great if MongoDB could calculate distances between two coordinates considering the elevation too.
2 votes -
Being able to destroy an embedded chart or dashboard
The Charts Embedding SDK should expose some sort of destroy method to assist with cleaning up the DOM nodes created inside the divRef element.
The workaround at the moment for this is to manually do this cleanup yourself inside the function returned by useLayoutEffect. A CodeSandbox example is https://codesandbox.io/s/blissful-resonance-5yjrpq?file=/src/App.tsx
2 votes
- Don't see your idea?