Reincharts
Preparing search index...
packages/series/src
PointAndFigureSeries
Class PointAndFigureSeries
Hierarchy
Component
<
PointAndFigureSeriesProps
>
PointAndFigureSeries
Index
Constructors
constructor
Properties
default
Props
Methods
draw
On
Canvas
draw
On
Canvas
Private
get
Columns
render
Constructors
constructor
new
PointAndFigureSeries
(
props
:
PointAndFigureSeriesProps
)
:
PointAndFigureSeries
Parameters
props
:
PointAndFigureSeriesProps
Returns
PointAndFigureSeries
new
PointAndFigureSeries
(
props
:
PointAndFigureSeriesProps
,
context
:
any
,
)
:
PointAndFigureSeries
Parameters
props
:
PointAndFigureSeriesProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
PointAndFigureSeries
Properties
Static
default
Props
defaultProps
:
{
clip
:
boolean
;
fill
:
string
;
stroke
:
{
down
:
string
;
up
:
string
}
;
strokeWidth
:
number
;
}
= ...
Methods
Private
Readonly
draw
On
Canvas
drawOnCanvas
(
ctx
:
CanvasRenderingContext2D
,
moreProps
:
any
)
:
void
Parameters
ctx
:
CanvasRenderingContext2D
moreProps
:
any
Returns
void
Private
Readonly
draw
On
Canvas
Private
drawOnCanvasPrivate
(
ctx
:
CanvasRenderingContext2D
,
props
:
any
,
columns
:
any
[]
,
)
:
void
Parameters
ctx
:
CanvasRenderingContext2D
props
:
any
columns
:
any
[]
Returns
void
Private
Readonly
get
Columns
getColumns
(
xScale
:
ScaleContinuousNumeric
<
number
,
number
>
,
xAccessor
:
any
,
yScale
:
ScaleContinuousNumeric
<
number
,
number
>
,
plotData
:
any
[]
,
)
:
{
boxes
:
any
;
direction
:
any
;
offset
:
number
[]
}
[]
Parameters
xScale
:
ScaleContinuousNumeric
<
number
,
number
>
xAccessor
:
any
yScale
:
ScaleContinuousNumeric
<
number
,
number
>
plotData
:
any
[]
Returns
{
boxes
:
any
;
direction
:
any
;
offset
:
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
draw
On
Canvas
draw
On
Canvas
Private
get
Columns
render
Reincharts
Loading...
value of the parent Context specified in
contextType
.