Properties

NameTypeDefault
animationDuration Number null
barSize Size 50%
description String 'Description'
disabled Boolean false
height Size 100
labelsFormat enum:BulletChartLabelsFormat null
labelsFormatFunction (value?: Number, position?:String ) => Any null
orientation enum:BulletChartOrientation "horizontal"
pointer BulletChartPointer { value: 65, label: "Value", size: "25%", color: "" }
rtl Boolean false
ranges Array<BulletChartRanges> [{ startValue: 0, endValue: 50, color: "#000000", opacity: 0.7 }, { startValue: 50, endValue: 80, color: "#000000", opacity: 0.5 }, { startValue: 80, endValue: 100, color: "#000000", opacity: 0.3}]
showTooltip Boolean true
target BulletChartPointer { value: 85, label: "Target", size: 4, color: "" };
ticks BulletChartTicks { position: "far", interval: 20, size: 10 }
title String 'Title'
tooltipFormatFunction (pointerValue:Number , targetValue:Number) => String null
width Size 500

Events

change Event

Methods

NameReturn TypeArguments
destroy Void None
render Void None
refresh Void None
val Number value: Number