graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00086
Re: [Question #79928]: Continuous lines when no data for teh period
Question #79928 on Graphite changed:
https://answers.launchpad.net/graphite/+question/79928
Steve Bennett posted a new comment:
All
I had this problem too. The solution that has helped me out is to ammend this line in glyph.py;
minXStep = float( self.params.get('minXStep',1.0) )
I adjusted the value to 20 and this filled in any gaps in the graph;
minXStep = float( self.params.get('minXStep',20.0) )
It's a fudge, but it worked for me.
Cheers
Steve
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.