telegram-charts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Area
Data
Set
constructor
animation
data
Bounds
options
path
should
BeVisible
state
state
From
type
data
Reader
is
Visible
name
scaleY
state
To
cancel
Animation
create
Animation
draw
draw
Helper
finish
Animation
get
Option
set
Animation
State
To
set
Path
updateVBounds
line
Style
Hierarchy
LineDataSet
AreaDataSet
Index
Constructors
constructor
Properties
animation
data
Bounds
options
path
should
BeVisible
state
state
From
type
Accessors
data
Reader
is
Visible
name
scaleY
state
To
Methods
cancel
Animation
create
Animation
draw
draw
Helper
finish
Animation
get
Option
set
Animation
State
To
set
Path
updateVBounds
Object literals
line
Style
Constructors
constructor
new
Area
Data
Set
(
dataSet
:
LineDataSetConfig
, attributes
:
DataSetAttributes
)
:
AreaDataSet
Parameters
dataSet:
LineDataSetConfig
attributes:
DataSetAttributes
Returns
AreaDataSet
Properties
animation
animation
:
AnimationState
|
undefined
data
Bounds
data
Bounds
:
Bounds
options
options
:
LineDataSetConfig
Protected
path
path
:
Path2D
should
BeVisible
should
BeVisible
:
boolean
= true
state
state
:
number
[]
= []
Optional
state
From
state
From
:
ReadonlyArray
<
number
>
type
type
:
DataSetType
Accessors
data
Reader
data
Reader
:
is
Visible
is
Visible
:
name
name
:
scaleY
scaleY
:
state
To
state
To
:
Methods
cancel
Animation
cancel
Animation
(
)
:
void
Returns
void
create
Animation
create
Animation
(
ctx
:
CanvasRenderingContext2D
[]
, duration
:
number
)
:
AnimationState
Parameters
ctx:
CanvasRenderingContext2D
[]
duration:
number
Returns
AnimationState
draw
draw
(
ctx
:
CanvasRenderingContext2D
, state
:
ChartState
, animation
:
AnimationState
<
number
>
|
undefined
, transform
:
DOMMatrix
)
:
void
Parameters
ctx:
CanvasRenderingContext2D
state:
ChartState
animation:
AnimationState
<
number
>
|
undefined
transform:
DOMMatrix
Returns
void
Protected
draw
Helper
draw
Helper
(
ctx
:
CanvasRenderingContext2D
, state
:
ChartState
, transform
:
DOMMatrix
)
:
void
Parameters
ctx:
CanvasRenderingContext2D
state:
ChartState
transform:
DOMMatrix
Returns
void
finish
Animation
finish
Animation
(
)
:
void
Returns
void
get
Option
get
Option<K>
(
option
:
K
)
:
T[K]
Type parameters
K
:
keyof LineDataSetConfig
Parameters
option:
K
Returns
T[K]
set
Animation
State
To
set
Animation
State
To
(
state
:
ReadonlyArray
<
number
>
|
undefined
)
:
void
Parameters
state:
ReadonlyArray
<
number
>
|
undefined
Returns
void
set
Path
set
Path
(
path
:
Path2D
, state
:
number
[]
|
undefined
)
:
void
Parameters
path:
Path2D
state:
number
[]
|
undefined
Returns
void
updateVBounds
updateVBounds
(
scaleRange
?:
ScaleRange
)
:
VerticalBounds
|
void
Parameters
Optional
scaleRange:
ScaleRange
Returns
VerticalBounds
|
void
Object literals
line
Style
line
Style
:
object
color
color
:
string
= this.getOption('color')
line
Width
line
Width
:
number
= this.getOption('lineWidth')
opacity
opacity
:
number
= this.getOption('opacity')
Generated using
TypeDoc