mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-17 05:40:17 +00:00
Enhance matrix display functionality and formatting.
This commit is contained in:
@@ -846,9 +846,9 @@ Application.prototype.GetStatus = function()
|
||||
}
|
||||
|
||||
|
||||
Application.prototype.GetAdjacencyMatrix = function ()
|
||||
Application.prototype.GetAdjacencyMatrix = function (res_columns_width)
|
||||
{
|
||||
return this.graph.GetAdjacencyMatrixStr();
|
||||
return this.graph.GetAdjacencyMatrixStr(res_columns_width);
|
||||
}
|
||||
|
||||
Application.prototype.TestAdjacencyMatrix = function (matrix, rowsObj, colsObj, separator)
|
||||
|
||||
Reference in New Issue
Block a user