]> granicus.if.org Git - sysstat/commit
SVG: Handle integer values in graph caption
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 1 Apr 2016 12:33:22 +0000 (14:33 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 1 Apr 2016 12:33:22 +0000 (14:33 +0200)
commit04c0137cf431ac047106c42da975495b059142dc
tree1e81fa2eebdd5a389b8e4d1f1f506e51bd5f2754
parent0ba2bcd293321778e89b1da0614be9f5bbd3961a
SVG: Handle integer values in graph caption

Some metrics are integer values: Their min/max values should then be
displayed as integer values (xxxx and not xxxx.00).
Such a metric will be identified by a leading ~ character in its name.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
svg_stats.c