From 397d78d8c82a8b3aacf1bca2fdff14aa061b6109 Mon Sep 17 00:00:00 2001 From: Hypercubesoft Date: Fri, 8 Sep 2017 15:28:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e0e8a..e1d9b78 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ By changing these arrays you actually change chart rate data. * It's obvious that some attributes turn off some others. For example, if *showSubtitle* is set to NO the subtitle will be hidden, whatever text you set as a *chartSubTitle*. Also, for example, if you set transparent background, you'll not see background gradient, even if you set it. * Only NSNumber or NSDate values are allowed for X axis and only NSNumber values for Y axis. * Provided values for X axis should be in ascending order. If they aren't or you want to be sure that they are sorted ascending, you should set sortData parameter to YES. -* You should set a bigger frame for your HCLineChartView, i.e. big enough to draw line chart, both axes, and other elements. Minimal frame depends on chart settings (font size, chart data, the orientation of values on X axis (horizontal or vertical),...). +* You should set a bigger frame for your HCLineChartView, i.e. big enough to draw chart line, both axes, and other elements. Minimal frame depends on chart settings (font size, chart data, the orientation of values on X axis (horizontal or vertical),...). If you find any bug, please report it, and we will try to fix it ASAP. Also, any suggestion is welcome.