Reincharts
Preparing search index...
packages/annotations/src
SvgPathAnnotation
Class SvgPathAnnotation
Hierarchy
Component
<
SvgPathAnnotationProps
>
SvgPathAnnotation
Index
Constructors
constructor
Properties
default
Props
Methods
handle
Click
helper
render
Constructors
constructor
new
SvgPathAnnotation
(
props
:
SvgPathAnnotationProps
)
:
SvgPathAnnotation
Parameters
props
:
SvgPathAnnotationProps
Returns
SvgPathAnnotation
new
SvgPathAnnotation
(
props
:
SvgPathAnnotationProps
,
context
:
any
,
)
:
SvgPathAnnotation
Parameters
props
:
SvgPathAnnotationProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
SvgPathAnnotation
Properties
Static
default
Props
defaultProps
:
{
className
:
string
;
opacity
:
number
;
x
:
(
__namedParameters
:
{
data
:
any
;
xAccessor
:
any
;
xScale
:
ScaleContinuousNumeric
<
number
,
number
>
;
}
,
)
=>
number
;
}
= ...
Methods
Private
Readonly
handle
Click
handleClick
(
e
:
MouseEvent
)
:
void
Parameters
e
:
MouseEvent
Returns
void
Private
Readonly
helper
helper
()
:
{
fill
:
any
;
tooltip
:
any
;
x
:
number
;
y
:
number
}
Returns
{
fill
:
any
;
tooltip
:
any
;
x
:
number
;
y
:
number
}
render
render
()
:
Element
Returns
Element
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Props
Methods
handle
Click
helper
render
Reincharts
Loading...
value of the parent Context specified in
contextType
.