stream-charts
Preparing search index...
app/charts/trackers/Tracker
Props
Interface Props
interface
Props
{
font
?:
Partial
<
TrackerLabelFont
>
;
labelFormatter
?:
(
value
:
number
)
=>
string
;
labelLocation
?:
TrackerLabelLocation
;
onTrackerUpdate
?:
(
update
:
TrackerAxisUpdate
)
=>
void
;
style
?:
Partial
<
TrackerStyle
>
;
trackerAxis
?:
AxisLocation
;
visible
:
boolean
;
}
Index
Properties
font?
label
Formatter?
label
Location?
on
Tracker
Update?
style?
tracker
Axis?
visible
Properties
Optional
font
font
?:
Partial
<
TrackerLabelFont
>
Optional
label
Formatter
labelFormatter
?:
(
value
:
number
)
=>
string
Optional
label
Location
labelLocation
?:
TrackerLabelLocation
Optional
on
Tracker
Update
onTrackerUpdate
?:
(
update
:
TrackerAxisUpdate
)
=>
void
Optional
style
style
?:
Partial
<
TrackerStyle
>
Optional
tracker
Axis
trackerAxis
?:
AxisLocation
visible
visible
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
font
label
Formatter
label
Location
on
Tracker
Update
style
tracker
Axis
visible
stream-charts
Loading...