mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
LATENCY GRAPH: filling under the curve is more readable.
This commit is contained in:
parent
aa16f87b87
commit
a53c734094
@ -182,7 +182,7 @@ sds latencyCommandGenSparkeline(char *event, struct latencyTimeSeries *ts) {
|
||||
for (j = 0; j < LATENCY_GRAPH_COLS; j++)
|
||||
graph = sdscatlen(graph,"-",1);
|
||||
graph = sdscatlen(graph,"\n",1);
|
||||
graph = sparklineRender(graph,seq,LATENCY_GRAPH_COLS,4,SPARKLINE_NO_FLAGS);
|
||||
graph = sparklineRender(graph,seq,LATENCY_GRAPH_COLS,4,SPARKLINE_FILL);
|
||||
freeSparklineSequence(seq);
|
||||
return graph;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user