]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Add documentation for --add-jsontime command
authornetniV <netniv@hotmail.com>
Sun, 5 Jul 2020 23:34:35 +0000 (23:34 +0000)
committernetniV <netniv@hotmail.com>
Sun, 5 Jul 2020 23:34:35 +0000 (23:34 +0000)
CHANGES
doc/rrdgraph.pod

diff --git a/CHANGES b/CHANGES
index 55e15cf456999c8da064ce165e0e2448c3265a6f..3c0d767789c836c94a898d10095eb33b52569d60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,10 @@ Bugfixes
 * Fix %s/%S unit autoscaling in gprint for json/xml <az143>
 * Optimized PDP Calculation <JKammler>
 
+Features
+--------
+* Added support for --add-jsontime which will include jsontime xport data to graphv data
+
 RRDtool 1.7.1 - 2019-02-04
 ==========================
 Bugfixes
index 71ee3d851953a6acfbabd1f9f84042047911c1bd..184f2fdbf092bdcd1b17bb8320dd6acc69661b4c 100644 (file)
@@ -562,6 +562,11 @@ If one DS is missing, either because the RRD is not available or
 because it does not contain the requested DS name, just assume that we
 got empty values instead of raising a fatal error.
 
+[B<--add-jsontime>]
+
+Adds B<xport> data in B<JSONTIME> format, giving both graph image data
+and data point values in one call to graphv command.
+
 =head2 Data and variables
 
 B<DEF:>I<vname>B<=>I<rrdfile>B<:>I<ds-name>B<:>I<CF>[B<:step=>I<step>][B<:start=>I<time>][B<:end=>I<time>]