From c98a61fd0ef933e9c2ffe6b347a5f5d0a10f8071 Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Tue, 24 Nov 2009 19:42:46 +0000 Subject: - Documented highlight offset properties --- src/options/line_chart.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/options/line_chart.php b/src/options/line_chart.php index cca0e8a..794c44a 100644 --- a/src/options/line_chart.php +++ b/src/options/line_chart.php @@ -52,6 +52,12 @@ * @property bool $highlightLines * If true, it adds lines to highlight the values position on the * axis. + * @property float $highlightXOffset + * Horizontal offset for highlight strings, applied to all chart + * highlight strings + * @property float $highlightYOffset + * Vertical offset for highlight strings, applied to all chart + * highlight strings * @property true $stackBars * Stack bars * -- cgit v1.1