Bullet Graphs : General parameters in bullet graphs

# bulletStyle
Style for the bullet. "progress" renders a thin rounded rail with a full-axis background track, the sample name captioned above and the value at the rail end
Type: string
Default: square
Options: square, round, squareGradient, roundGradient, progress
Used in: Bullet

bulletStyle : "square"

bulletStyle : "round"

bulletStyle : "squareGradient"

bulletStyle : "roundGradient"


# bulletTargetLineWidth
Width for the target line in bullet graphs when the bulletTargetLine is a line
Type: float
Default: 3
Used in: Bullet

bulletTargetLineWidth : 0.5

bulletTargetLineWidth : 1.5


# bulletTargetType
Shape for the target of the bullet
Type: string
Default: line
Options: line, circle, openCircle, star, openStar
Used in: Bullet

bulletTargetType : "line"

bulletTargetType : "circle"

bulletTargetType : "openCircle"

bulletTargetType : "star"

bulletTargetType : "openStar"


# bulletTargetVarColor
Color for the bullet target line
Type: color
Default: rgb(0,0,0)
Used in: Bullet

bulletTargetVarColor : "#9e0adb"

bulletTargetVarColor : "#ff7d00"


# bulletTargetVarName
Variable name to use to identify target in bullet graphs
Type: string
Default:
Options: False
Used in: Bullet

# bulletTargetWidthRatio
A number between 0.1 and 1 to adjust the width of the bullet target line
Type: float
Default: 0.7
Used in: Bullet

bulletTargetWidthRatio : 1

bulletTargetWidthRatio : 0.5


# bulletWidthRatio
A number between 0.1 and 1 to adjust the width of the bullet
Type: float
Default: 0.5
Used in: Bullet

bulletWidthRatio : 1

bulletWidthRatio : 0.5


# progressTrackColor
Color for the the background track (rail) drawn behind the fill when bulletStyle is "progress"; when false a muted tint of the foreground is used
Type: color
Default: false
Used in: Bullet

progressTrackColor : "#BBDEFB"

progressTrackColor : "#FFCDD2"


# progressWidthRatio
A number between 0.1 and 1 to adjust the thickness of the rail when bulletStyle is "progress"
Type: float
Default: 0.35
Used in: Bullet

progressWidthRatio : 0.2

progressWidthRatio : 0.35

progressWidthRatio : 0.6