Charts
54 results found
-
Better support for showing Kilobytes/Megabytes as values
I'm trying to plot various storage data metrics from a CI pipeline. This involves plotting quite a lot of values that are stored as "bytes".
There doesn't seem to an easy way to format this data and present it nicely:
- The dropdown of supported types doesn't include this option.
- The Multiplier option for axis comes close, but then causes the ticks in the rendered graph to be weird.
Ideally, the "Convert type" dropdown would support this. Alternatively, making the "Number Converter" better support this would also be an option.
--
After playing around with it, i discovered that computed fields…
1 vote -
Conditional Formatting : set threshold with variables
On charts that support Conditional Formatting support the 'input' to be set with a variable.
1 vote -
Import Binning
I have some jobs that I need to rename with binnings. These jobs appear on many graphs, and it would be helpful to be able to import these binnings between graphs or even dashboards.
Thanks for your help!
1 vote -
Drag and dropping fields doesn't work on chrome for me
It would be nice if I didn't have to switch browsers every time I wanted to edit a chart
1 vote -
When doing a lookup, sort the remote data source names
Also, show the aliased remote data source name. If I have two data sources for the same collection, one with a pipeline filter, and the other without, and each named distinctly, show the manually entered name
1 vote -
Add inclusive option for relative date filter
Using a relative filter "from last 1 year" displays the last 365 days of data. If the dates are binned by month, that often means that the first month does not contain a full month's data.
Please add an option for the relative filter to include complete data for the first bin.
1 vote -
Support Choropleth Chart Shape Schemes for Italian Regions
Have Choropleth Chart Shape Schemes for Italy
1 voteWe’ll get this into the next release.
-
Do not load filters values from database
On large collections, loading filters potential values is very resources consuming. It would be great to not load all the data when displaying the filters.
A button to toggle this behaviour would be great.1 vote -
Do not load graph before validation when editing
Do not load graph before validation when editing.
On large collections, loading graph is very resources consuming. It would be great to not load all the data at every configuration change.
A button to toggle this behaviour would be great.1 vote -
Array of mixed types not working correctly
When we have an array of type [String, number], the second item is considered as string and hence, not able to do aggregation like sum.
For example, consider
```$project: { transposed: { $zip: { inputs: [["aaa","bbb"], [1, 2]] } } }
I am not able to create a data table with transformed.0 in col1 and max(transformed.1) in col2
1 vote -
Add option for a dynamic Chart Title
It would be useful if I could set the chart title to equal the result of an aggregation on the chart's documents.
1 vote -
Total number by adding all grouping on the chart
How can I show the total number by adding all grouping on the chart.
Example: 351+6.824=7.175
View label 7.175!
1 vote -
sort digits numerically instead of alpha
if someone has range categories, such as "0-1", "1-5", "5-10", "10-15"
"10-15" will appear before "5-10" on an axis
but since they're numeric ranges, 10-15 should appear after 5-10
1 vote -
Bin data by configurable minutes
This is similar to other requests for binning - essentially having more flexible ways to configure binning on date/times. I want to bin based on a time period of 30mins as I am analysing trading data.
1 vote
- Don't see your idea?