Box
Map
A newer version of this page is available. Switch to the current version.

jQuery PolarChart - series.point.image

An object specifying the parameters of an image that is used as a point marker.

Type:

String

|

Object

Default Value: undefined
This member is exposed by the following entities:

In a common case, chart points are represented by default point markers. However, you can use a custom image as a point marker. To do this, specify the properties of the image object. Assign a URL leading to your image to the url property. If the size of your image does not correspond to your needs, specify the width and height properties.

NOTE
If you do not need to resize your image, you can assign an image URL directly to the image field.

height

Specifies the height of an image that is used as a point marker.

Type:

Number

Default Value: 30
This member is exposed by the following entities:

url

Specifies a URL leading to the image to be used as a point marker.

Type:

String

Default Value: undefined
This member is exposed by the following entities:

width

Specifies the width of an image that is used as a point marker.

Type:

Number

Default Value: 30
This member is exposed by the following entities: