ZoomCharts Documentation

ZoomCharts.Configuration.BaseSettingsCredits

Methods

This type does not define any methods.

Properties

enabled: boolean

Enable/disable chart credits. Note that it does not affect exported image.

enabledOnExport: boolean

Whether to render credits on the exported image. Note that it does not affect chart.

image: string

URL of credits image.

imageExport: string

The URL of the credits image that will be used for the export. By default the same image is used for both export and displaying on the screen.

imageScaling: number

Image scaling. Use to embed higher resolution images.

location: "inside" | "outside"

Specifies the image location

Valid values:
  • inside - the image will be rendered within the chart area (for example, over the TimeChart columns) and to the left of any vertical chart axis.
  • outside - the image will be rendered below the chart area and inside any chart axis and to the left of any vertical chart axis.
url: string

URL to open on click.

urlTarget: string
Introduced in version 1.13.1.

The name of the frame that will be used to open the URL.

X