Charts
-
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…
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 -
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.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
0 votes -
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.
0 votes
- Don't see your idea?