v3.2.0 (@mongodb-js/charts-embed-dom)
New
- Set customizations for an embedded chart with
setRenderingSpecOverride
method. - Set customizations for an embedded chart for the initial render with
renderingSpec
property inEmbedChartOptions
. - Get customizations set on an embedded chart with
getRenderingSpecOverride
method. - Get chart channels for an embedded chart with
getChannels
method. - Get customizable chart axes for an embedded chart with
getCustomizableAxes
method.
See rendering specification for more documentation