React UI Components Documentation

Properties

NameTypeDefault
animationDuration number null
barSize number | string 50%
description string 'Description'
disabled boolean false
height string | number 100
labelsFormat BulletChartLabelsFormat null
labelsFormatFunction (value?: BulletChartLabelsFormatFunction['value'], position?: BulletChartLabelsFormatFunction['position']) => any null
orientation 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?: BulletChartTooltipFormatFunction['pointerValue'], targetValue?: BulletChartTooltipFormatFunction['targetValue']) => string null
width string | number 500

Events

change Event

Methods

NameArgumentsReturn Type
destroy None
render None
refresh None
val value