Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Planned
Categories Charts
Created by Guest
Created on Jun 14, 2020

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 like this.