diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-10-23 08:03:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-10-23 08:03:33 +0000 |
commit | ba20fd45a1c0cb86fa974002a52e1e2d66fef61e (patch) | |
tree | ba385a673bde1349abd1664f526c56834514b251 /src/options | |
parent | 8bad55317642fd6927dc75305c65198178907113 (diff) | |
download | zetacomponents-graph-ba20fd45a1c0cb86fa974002a52e1e2d66fef61e.zip zetacomponents-graph-ba20fd45a1c0cb86fa974002a52e1e2d66fef61e.tar.gz |
- Fixed issue #11509: Typo in line chart option
Diffstat (limited to 'src/options')
-rw-r--r-- | src/options/line_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/line_chart.php b/src/options/line_chart.php index 68b4c09..1f58e7b 100644 --- a/src/options/line_chart.php +++ b/src/options/line_chart.php @@ -27,7 +27,7 @@ * </code> * * @property float $lineThickness - * Theickness of chart lines + * Thickness of chart lines * @property mixed $fillLines * Status wheather the space between line and axis should get filled. * - FALSE to not fill the space at all. |