Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
SlopeGraph
Class SlopeGraph
Implements
ITableSection
Index
Constructors
constructor
Properties
body
header
height
id
node
width
Accessors
hidden
mode
Methods
destroy
hide
highlight
init
rebuild
show
update
Selection
Constructors
constructor
new
Slope
Graph
(
header
,
body
,
id
,
ctx
,
options
?
)
:
SlopeGraph
Parameters
header
:
HTMLElement
body
:
HTMLElement
id
:
string
ctx
:
IRankingHeaderContextContainer
options
:
Partial
<
ISlopeGraphOptions
>
= {}
Returns
SlopeGraph
Properties
Readonly
body
body
:
HTMLElement
Readonly
header
header
:
HTMLElement
Readonly
height
height
:
0
= 0
Readonly
id
id
:
string
Readonly
node
node
:
SVGSVGElement
Readonly
width
width
:
number
= SLOPEGRAPH_WIDTH
Accessors
hidden
get
hidden
(
)
:
boolean
Returns
boolean
set
hidden
(
value
)
:
void
Parameters
value
:
boolean
Returns
void
mode
get
mode
(
)
:
EMode
Returns
EMode
set
mode
(
value
)
:
void
Parameters
value
:
EMode
Returns
void
Methods
destroy
destroy
(
)
:
void
Returns
void
hide
hide
(
)
:
void
Returns
void
highlight
highlight
(
dataIndex
)
:
boolean
Parameters
dataIndex
:
number
Returns
boolean
init
init
(
)
:
void
Returns
void
rebuild
rebuild
(
leftRanking
,
left
,
leftContext
,
rightRanking
,
right
,
rightContext
)
:
void
Parameters
leftRanking
:
Ranking
left
:
(
IGroupItem
|
Readonly
<
IOrderedGroup
>
)
[]
leftContext
:
IExceptionContext
rightRanking
:
Ranking
right
:
(
IGroupItem
|
Readonly
<
IOrderedGroup
>
)
[]
rightContext
:
IExceptionContext
Returns
void
show
show
(
)
:
void
Returns
void
update
Selection
update
Selection
(
selectedDataIndices
)
:
void
Parameters
selectedDataIndices
:
Set
<
number
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
body
header
height
id
node
width
hidden
mode
destroy
hide
highlight
init
rebuild
show
update
Selection
LineUpJS - v4.11.0
Loading...