You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [gojq](github.com/elgs/gojq) for more details on the JSON query syntax.
72
+
### Spec Syntax
73
+
74
+
Each positional arguments given to jplot create a stacked graph with the specified values. To reference the values, use [gojq](github.com/elgs/gojq) JSON query syntax. Several value paths can be referenced for the same graph by using the `+` character to separate them.
75
+
76
+
In addition, each value path can be prefixed with options separated from the path by a column. Several options can be used for the same command by separating them with a comma like so: `option1,option2:value.path`.
77
+
78
+
Supported options are:
79
+
* `counter`: Computes the difference with the last value. The value must increase monotonically.
80
+
* `marker`: When the value is none-zero, a vertical line is drawn.
74
81
75
82
### Memstats
76
83
77
84
Here is an example command to graph a Go program memstats:
0 commit comments