Reincharts
Preparing search index...
packages/series/src
CircleMarker
Class CircleMarker
Hierarchy
Component
<
CircleMarkerProps
>
CircleMarker
Index
Constructors
constructor
Properties
default
Props
Methods
render
draw
On
Canvas
Constructors
constructor
new
CircleMarker
(
props
:
CircleMarkerProps
)
:
CircleMarker
Parameters
props
:
CircleMarkerProps
Returns
CircleMarker
new
CircleMarker
(
props
:
CircleMarkerProps
,
context
:
any
)
:
CircleMarker
Parameters
props
:
CircleMarkerProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
CircleMarker
Properties
Static
default
Props
defaultProps
:
{
fillStyle
:
string
}
= ...
Methods
render
render
()
:
Element
Returns
Element
Static
draw
On
Canvas
drawOnCanvas
(
props
:
CircleMarkerProps
,
point
:
{
data
:
unknown
;
x
:
number
;
y
:
number
}
,
ctx
:
CanvasRenderingContext2D
,
)
:
void
Parameters
props
:
CircleMarkerProps
point
:
{
data
:
unknown
;
x
:
number
;
y
:
number
}
ctx
:
CanvasRenderingContext2D
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Props
Methods
render
draw
On
Canvas
Reincharts
Loading...
value of the parent Context specified in
contextType
.