Commit 8d66e343 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - added linechart samples

parent 8e5bf50b
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
@Limitless::LineChart([ @Limitless::LineChart([
'titles' => ['Chart 1', 'Chart 2'], 'titles' => ['Chart 1', 'Chart 2'],
'charts' => 2, 'charts' => 2,
'show-values' => true,
'categories' => $categories, 'categories' => $categories,
'series' => $multichartSeriesData, 'series' => $multichartSeriesData,
]) ])
...@@ -91,6 +90,7 @@ ...@@ -91,6 +90,7 @@
'y-axis-label-value-format' => '{value} users', 'y-axis-label-value-format' => '{value} users',
'data-zoom' => true, 'data-zoom' => true,
'boundary-gap' => false, 'boundary-gap' => false,
'point-values' => true,
'animation-duration' => 2000, 'animation-duration' => 2000,
'colors' => ['#8dd3c7', '#ffffb3', '#bebada', '#fb8072', '#80b1d3', '#fdb462', '#b3de69', '#fccde5', '#d9d9d9', '#bc80bd', '#ccebc5', '#ffed6f'], 'colors' => ['#8dd3c7', '#ffffb3', '#bebada', '#fb8072', '#80b1d3', '#fdb462', '#b3de69', '#fccde5', '#d9d9d9', '#bc80bd', '#ccebc5', '#ffed6f'],
'categories' => $categories, 'categories' => $categories,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment