Whether the embedded object should be automatically refreshed.
The background color to use for the embedded object.
If no background is provided, it will set a default background color based on the theme.
To control the background color using CSS and classes, set to transparent
.
The base url for your MongoDB EmbedSDK instance.
This should look something like: https://charts.mongodb.com/charts-example-url-zdvkh
The id for the chart you want to embed.
This can be found in the "Embed Chart" dialog when viewing a chart on a dashboard.
The filter to apply to the embedded chart or dashboard.
This expects an object that contains a valid query operators. Any fields referenced in this filter are expected to be allowed for filtering in the "Embed Chart" for each chart you wish to filter on or in the "Embed Dashboard" dialog if you are applying a filter on a dashboard.
A function that returns a valid JWT that will be used to authenticate the user.
This function will be called when the embedded object is first rendered, and then successively when the SDK needs to refresh an invalid token.
See also getRealmUserToken
The height of the embedded object.
If no height is provided, it will default to stretching to the height of it's container. If a value is provided without units, it will be assumed to be pixels (px).
How long in seconds data is considered fresh.
By default, staleness tolerance is 1 hour.
The filter to apply as the first stage on the Data Source.
This expects an object that contains a valid query operators. Any fields referenced in this filter are expected to be allowed for filtering in the "Embed Chart" for each chart you wish to filter on or in the "Embed Dashboard" dialog if you are applying a filter on a dashboard.
If filtering is required on a dynamic field defined via a Lookup, Calculated or Query Bar, then filter
is appropriate property to set.
How frequently a chart should refresh once it has been embedded.
The minimum refreshInterval is 10 seconds. By default, a chart will never refresh once rendered.
Customisation settings to apply to an embedded chart. This should contain the version of the rendering spec plus any number of valid customisation settings.
Whether to show the MongoDB attribution logo.
By default, this is set to true
The color scheme to apply.
If the theme is set to 'dark' and you have specified a custom background color, you should ensure that your background color has appropriate contrast.
The width of the embedded object.
If no width is provided, it will default to stretching to the width of it's container. If a value is provided without units, it will be assumed to be pixels (px).
Generated using TypeDoc
The set of options that you can use when both creating an EmbedSDK object or using EmbedSDK.createChart.