Graph command is part of Graph module
Graph functions.
Graphs can be generated from CLI or can be used within report template. See 'fcpc help report'
fcpc list graphs
fcpc graph show "graphname"
fcpc graph show-table "graphname"
fcpc graph show-html-table "graphname"
usage: fcpc graph [-h] [--graph.width GRAPH.WIDTH] [--graph.height GRAPH.HEIGHT] [--graph.history GRAPH.HISTORY]
{show,show-table,show-html-table,show-svg} graphobjects
positional arguments:
{show,show-table,show-html-table,show-svg}
Choices:
show
show-table
show-html-table
show-svg
graphobjects
optional arguments:
-h, --help show this help message and exit
--graph.width GRAPH.WIDTH
Width of a graph[Defined:fcplib.module.graph.cmd] (default: 800)
--graph.height GRAPH.HEIGHT
Height of a graph[Defined:fcplib.module.graph.cmd] (default: 600)
--graph.history GRAPH.HISTORY
Day count of history for graphs[Defined:fcplib.module.graph.cmd] (default: 30)