0.0.3 • Published 3 years ago

linear_flowchart v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

LinearFlowchart

This library was generated with Angular CLI version 12.1.0.

banner

Properties

PropertyTypeDetailsUsage Example
cellsOnFirstLineNumberTo define the number of cells to be shown on the first row in flowchart.cellsOnFirstLine="4"
FontFamilyStringTo define the Font family of the text.FontFamily="'sans-serif'"
CellColorStringTo define color of the cells.CellColor="'green'"
DataArrayTo put your desired text in cells, send the data in array form.Data="1,2,3,4"
svgWindowHeightNumberTo define the SVG height. Default set to 400px.svgWindowHeight="400"
RouteDataArrayTo Route on click on cells, send the data in array form. Note: length of Data array and RouteData array must be equal. Uses navigateByUrl()RouteData="'/home','/settings'"
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago