Search
Preparing search index...
The search index is not available
LineUpJS - v4.6.2
Options
All
Public
Public/Protected
All
Inherited
Menu
LineUpJS - v4.6.2
src
SlopeGraph
Class SlopeGraph
Hierarchy
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
:
HTMLElement
, body
:
HTMLElement
, id
:
string
, ctx
:
IRankingHeaderContextContainer
, options
?:
Partial
<
ISlopeGraphOptions
>
)
:
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
set
hidden
(
value
:
boolean
)
:
void
Returns
boolean
Parameters
value:
boolean
Returns
void
mode
get
mode
(
)
:
EMode
set
mode
(
value
:
EMode
)
:
void
Returns
EMode
Parameters
value:
EMode
Returns
void
Methods
destroy
destroy
(
)
:
void
Returns
void
hide
hide
(
)
:
void
Returns
void
highlight
highlight
(
dataIndex
:
number
)
:
boolean
Parameters
dataIndex:
number
Returns
boolean
init
init
(
)
:
void
Returns
void
rebuild
rebuild
(
leftRanking
:
Ranking
, left
:
(
IGroupItem
|
Readonly
<
IOrderedGroup
>
)
[]
, leftContext
:
IExceptionContext
, rightRanking
:
Ranking
, right
:
(
IGroupItem
|
Readonly
<
IOrderedGroup
>
)
[]
, rightContext
:
IExceptionContext
)
:
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
:
Set
<
number
>
)
:
void
Parameters
selectedDataIndices:
Set
<
number
>
Returns
void
Modules
src
builder
Adapter
renderer
Classes
renderer
Utils
tsd
Slope
Graph
constructor
body
header
height
id
node
width
hidden
mode
destroy
hide
highlight
init
rebuild
show
update
Selection