Search results

StaticFunctions API in Angular TreeMap API component

Root static functions of Treemap Component

findPosition

Method to calculate x position of title

Parameter Type Description
location Rect Specifies the location of text.
alignment Alignment Specifies the alignment of the text.
textSize Size Specifies the size of the text.
type string Specifies whether the provided text is title or subtitle.

Returns Location

hide

hide function

Parameter Type Description
maxWidth number Specifies the maximum width.
maxHeight number Specifies the maximum height.
text string Specifies the text.
font FontModel Specifies the font.

Returns string

triggerDownload

To trigger the download element

Parameter Type Description
fileName string Specifies the file name
type ExportType Specifies the type
url string Specifies the url
isDownload boolean Specifies the boolean value

Returns void