Property | Type | Default | Description |
---|
above | Boolean | false | If you set it to true, the guide will be displayed above the graphs. |
angle | Number | | Radar chart only. Specifies angle at which guide should start. Affects only fills, not lines. |
balloonColor | String | | Baloon fill color. |
balloonText | String | | The text which will be displayed if the user rolls-over the guide. |
category | String | | Category of the guide (in case the guide is for category axis). |
dashLength | Number | | Dash length. |
date | Date | | Date of the guide (in case the guide is for category axis and parseDates is set to true). |
fillAlpha | Number | | Fill opacity. Value range is 0 - 1. |
fillColor | String | | Fill color. |
fontSize | Number | | Font size of guide label. |
inside | Boolean | | Specifies whether label should be placed inside or outside plot area. |
label | String | | The label which will be displayed near the guide. |
labelRotation | Number | | Rotation angle of a guide label. |
lineAlpha | Number | | Line opacity. |
lineColor | String | | Line color. |
lineThickness | Number | | Line thickness. |
position | String | | Position of guide label. Possible values are "left" or "right" for horizontal axis and "top" or "bottom" for vertical axis. |
tickLength | Number | | Tick length. |
toAngle | Number | | Radar chart only. Specifies angle at which guide should end. Affects only fills, not lines. |
toCategory | String | | "To" category of the guide (in case the guide is for category axis). |
toDate | Date | | "To" date of the guide (in case the guide is for category axis and parseDates is set to true) If you have both date and toDate, the space between these two dates can be filled with color. |
toValue | Number | | "To" value of the guide (in case the guide is for value axis). |
value | Number | | Value of the guide (in case the guide is for value axis). |