Property | Type | Default | Description |
---|
backgroundAlpha | Number | 1 | Opacity of bullet background. |
backgroundColor | String | #DADADA | Color of bullet background. |
borderAlpha | Number | 1 | Opacity of bullet border. |
borderColor | String | #888888 | Bullet border color. |
color | String | #000000 | The color of the event text. |
date | Date | | Date of an event. Must be Date object, not a string. |
description | String | | A description that will be shown in a balloon when user rolls over mouse cursor over event icon. |
graph | StockGraph | | graph on which event will be displayed. |
rollOverColor | String | #CC0000 | Roll-over background color. |
showOnAxis | Boolean | false | Specifies if the event should be displayed on category axis |
text | String | | Letter which will be displayed on the event. Not all types can display letters. "text" type can display longer texts. |
type | String | sign | Type of bullet. Possible values are: "flag", "sign", "pin", "triangleUp", "triangleDown", "triangleLeft", "triangleRight", "text", "arrowUp", "arrowDown". |
url | String | | A URL to go to when user clicks the event. |
urlTarget | String | | target of url, "_blank" for example. |