diff --git a/demo.php b/demo.php
index 408cbc7..c15afc9 100644
--- a/demo.php
+++ b/demo.php
@@ -51,6 +51,23 @@ $chart = new NeatCharts\LineChart(randomData(), [
'fontSize'=>14
]);
echo $chart->render();
+?>
+ Random generated data, loaded right in the page
+
+
+
+ Smoothed SVG chart in svg
tag
+
+ 300,
+ 'height'=>300,
+ 'lineColor'=>'#080',
+ 'labelColor'=>'#222',
+ 'smoothed'=>true,
+ 'fontSize'=>14
+]);
+echo $chart->render();
?>
Random generated data, loaded right in the page
@@ -63,8 +80,9 @@ $chart = new NeatCharts\LineChart(randomData(48), [
'width'=>100,
'height'=>20,
'lineColor'=>'#000',
+ 'markerColor'=>'#F00',
'smoothed'=>false,
- 'fontSize'=>2,
+ 'fontSize'=>4,
'yAxisEnabled'=>false,
'xAxisEnabled'=>false
]);
diff --git a/src/NeatCharts/LineChart.php b/src/NeatCharts/LineChart.php
index 840c091..019aba0 100644
--- a/src/NeatCharts/LineChart.php
+++ b/src/NeatCharts/LineChart.php
@@ -167,7 +167,7 @@ namespace NeatCharts {
$this->output = '