summaryrefslogtreecommitdiff
path: root/doc/lib/rrdFlot_js.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lib/rrdFlot_js.html')
-rw-r--r--doc/lib/rrdFlot_js.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lib/rrdFlot_js.html b/doc/lib/rrdFlot_js.html
index 29640c6..167a14a 100644
--- a/doc/lib/rrdFlot_js.html
+++ b/doc/lib/rrdFlot_js.html
@@ -96,6 +96,8 @@ creates an interactive
legend: {position:"nw",noColumns:3},
lines: { show:true },
yaxis: { autoscaleMargin: 0.20},
+ tooltip: true,
+ tooltipOpts: { content: "&lth4&gt%s&lt/h4&gt Value: %y.3" }, // %s: series text, %y.3: y-value toPrecision(3)
};
</PRE></P>
</TD>