charts-embed-sdk
charts-embed-sdk copied to clipboard
The easiest way to embed MongoDB Charts visualisations into your web app
**The problem:** At the moment, the "filter" option on the dashboard constructor will apply the inputted filters to each individual chart on the dashboard. This is problematic in our use...
**Bug description :** When applying date filter to a date property on createChart method, resulted charts are incorrect (Zeros or blank charts). Here is the filter I'm passing in the...
I have a dashboard added to my organization with dashboard filters in the Atlas console. I am trying to add the dashboard in my react js app. I want to...
Changes in this PR: - Changed the Issue template to include a note to redirect non-bug questions to the Discussions tab. - Removed the feature request template to make it...
Getting error "Failed to fetch" when rendering a dashboard (created with the createDashboard method from the ChartsEmbedSDK). This only happens sometimes, usually the first time dashboard.render() is invoke. We were...
synced local file(s) with [mongodb-ets/charts](https://github.com/mongodb-ets/charts). Sync local `charts-embed-sdk` CHANGELOG.md Changed files synced local CHANGELOG.md with remote packages/charts-embed-dom/CHANGELOG.md --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#6725735866](https://github.com/mongodb-ets/charts/actions/runs/6725735866)
### Summary * Our SDK examples share a lot of common text in their README.md files * Common partial files have been added to a new directory `examples/docs` * Used...
**Describe the bug** When calling `setFilter()` on an existing chart, the returned promise completes immediately instead of waiting for the chart to actually update. This makes it impossible to show...
After upgrading to version 3.3.1 I started to get the following error when building my code (using esbuild): ``` The top-level await in "node_modules/bson/lib/bson.mjs" is here: node_modules/bson/lib/bson.mjs:111:26: 111 │ const...
In my angular project after upgrading _@mongodb-js/charts-embed-dom_ to version 3.3.1 code compiles fine but I see this runtime error. `TypeError: _mongodb_js_charts_embed_dom__WEBPACK_IMPORTED_MODULE_0___default(...) is not a constructor` This runtime error is thrown...