Charts
59 results found
-
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 -
Possibility to create http link on text charts
I'd like to define an http link in table chart for a column.
Also, I'd like to use dynamic data (from the document) in the link.
9 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 -
regex on filters
in the filters section in charts, filter string using regex
1 vote -
Mongo Text Chart should have pagination based on certain criteria.
Mongo Text Chart should have pagination based on certain criteria such as if records are more than 50 [configurable] and per page size also should be configurable.
5 votes -
Allow colours to be defined by y-axis value range
Allow colours to be defined by y-axis value, rather than trying to reverse engineer into chart series (since the lines don't draw properly, as per pic). The one temperature line should be able to be shown as , eg, blue when too cold, orange when too warm, green 'just right'
1 vote -
Set format for duration values for the Number chart
It'd be great to have the possibility to format numbers as duration values. For example:
I have a "Number" chart where I show the duration of some activity. I store this information as minutes and it'd help if I could select the format to show as h:m for example. I haven't found a way to use duration in a nicely formatted way as a simple indicator widget like the "number" one.
1 vote -
Candle stick charts
Since continuous line charts do not allow iterating through more than 50k documents, it would be great to have simple option to merge/ aggregate data e.g., into candle sticks for time ranges (per day, per week etc.)
2 votes -
1 vote
-
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 votes -
Sum as Annotation, Include "Previous Period"
I am using Charts to track "direct" sales of my app. Other sales charts, like those featured on Stripe's dashboard or Mac App Store, feature a sum and "previous period" metric that quickly shows you how much sales are up/down for a given period. See attached.
7 votes -
UUID fields are not getting parsed correctly
Charts does not seem to support UUID fields and applies some sort of string value to it that cannot be encoded into UTF-8.
That makes it very hard to ping what is the exact documents they are associated with if we use that field for grouping.1 vote -
Binning: Add bin "others" for outliers
Oftentimes there are outliers in the data I want do visualize (e.g. all data between value 1 and 10 but few very large values like 100). This makes e.g. bar charts unreadable when binning because I have to decide between large bin size (hiding details in the parts of the data which are most interesting) or having the bars squeezed until they are not readable anymore. It'd be perfect to decide an lower/upper limit when binning and to summarize values below/above as "others".
4 votes -
The ability to add a spider/radar chart
For our specific chart requirements (comparing different entities), it is imperative that we are able to plot the multivariate data in a spider chart.
I have read on the developer community that "...we are also planning a spider/radar chart in upcoming months." (dated 1 May 20) but since then I have been able to find any other reference wrt the realization for this feature.
1 vote -
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 -
Add new chart type: Treemap Chart
A new chart type, called treemap chart, would enable more abilities to derive insights from data in MongoDB.
4 votes -
Add new chart type: Waterfall
Waterfall charts a very common. See Wikipedia for definition: https://en.wikipedia.org/wiki/Waterfall_chart
4 votes -
Axis hiding new feature
It would be great to have the option to hide an axis.
3 votes -
Get the fields corresponding to a Max/Min document
When I view the max/min aggregate in the charts, I would like to see the corresponding document's field. For example, I want to visualise a table like below,
id max(field1) field2ofmaximumfield11 vote -
Hyperlinks in charts
The idea is to be able to create hyperlinks with data from the charts in order to create connections with other web apps. This is similar to a Kibana functionality
26 votes
- Don't see your idea?