backend
Home > @gooddata/sdk-ui-charts > IBucketChartProps > backend
IBucketChartProps.backend property
Analytical backend, from which the chart will obtain data to visualize
If you do not specify instance of analytical backend using this prop, then you MUST have BackendProvider up in the component tree.
Signature:
backend?: IAnalyticalBackend;