diff options
Diffstat (limited to 'doc/lib/rrdFlotMatrix_js.html')
-rw-r--r-- | doc/lib/rrdFlotMatrix_js.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lib/rrdFlotMatrix_js.html b/doc/lib/rrdFlotMatrix_js.html index 758786d..ab99bcf 100644 --- a/doc/lib/rrdFlotMatrix_js.html +++ b/doc/lib/rrdFlotMatrix_js.html @@ -117,6 +117,8 @@ creates an interactive legend: {position:"nw",noColumns:3}, lines: { show:true }, yaxis: { autoscaleMargin: 0.20}, + tooltip: true, + tooltipOpts: { content: "<h4>%s</h4> Value: %y.3" }, // %s: series text, %y.3: y-value toPrecision(3) }; </PRE></P> </TD> |