From dfb46413a1c562bdcff16d306c0cde1393bdecd7 Mon Sep 17 00:00:00 2001 From: pyrocyon Date: Mon, 15 Aug 2011 23:35:50 +0000 Subject: Tooltips added to graph_options in the documentation. --- doc/lib/rrdFlotMatrix_js.html | 2 ++ doc/lib/rrdFlot_js.html | 2 ++ 2 files changed, 4 insertions(+) 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) };

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: "<h4>%s</h4> Value: %y.3" }, // %s: series text, %y.3: y-value toPrecision(3) };

-- cgit v1.2.3