From cb93e79e5266df81fd20b030ce6f08c26ebbd3cf Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 20 Feb 2018 19:05:38 +0300 Subject: [PATCH] Axis:nrecords = 8 by default should be enough. --- src/Axis.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Axis.vala b/src/Axis.vala index c56715a..67644b3 100644 --- a/src/Axis.vala +++ b/src/Axis.vala @@ -161,7 +161,7 @@ namespace CairoChart { /** * Number of equally placed points to evaluate records sizes. */ - public int nrecords = 128; + public int nrecords = 8; /** * Constructs a new ``Axis``.