Subject: | Drawtype "AREA" doesn't seem to work |
Date: | Wed, 28 Feb 2018 14:47:23 -0500 |
To: | bug-RRD-Simple [...] rt.cpan.org |
From: | bkw1a [...] virginia.edu |
Hi,
I find that the following code draws lines instead
of area fills:
my %rtn = $rrd->graph(
destination => ".",
title => 'Message Transit Time',
basename => 'transit-time',
vertical_label => 'Time (seconds)',
sources => 'Transit-Time',
source_colors => [ '0000ff' ],
source_drawtypes => [ 'AREA' ],
interlaced => ""
);
Am I doing something wrong here, or is this a bug?
Bryan
--
========================================================================
Bryan Wright |"If you take cranberries and stew them like
Physics Department | applesauce, they taste much more like prunes
University of Virginia | than rhubarb does." -- Groucho
Charlottesville, VA 22901|
(434) 924-7218 | bryan@virginia.edu
========================================================================