diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/options/line_chart.php | 6 |
1 files changed, 6 insertions, 0 deletions
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 * |