Skip to main content

Type Alias: ChartImage

ChartImage = object

Defined in: src/sdk/charts/ChartImageSupplier.ts:29

A description of a chart image supplied by ChartImageSupplier.

Properties

chartUrl

readonly chartUrl: string

Defined in: src/sdk/charts/ChartImageSupplier.ts:38

The URL of the chart page for which the image was requested, or the empty string if no chart page was requested.


errorCode

readonly errorCode: number

Defined in: src/sdk/charts/ChartImageSupplier.ts:41

The error code associated with this image. The code extends ChartImageErrorCode.


imageUrl

readonly imageUrl: string

Defined in: src/sdk/charts/ChartImageSupplier.ts:35

The URL of the image that displays the requested chart, or the empty string if a chart image is not available. The URL should be able to be used wherever an image URL is accepted (e.g. as the src attribute for an image element or as the argument for the CSS url() function).