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

SERV-2286 - added linechart samples

parent 8e5bf50b
......@@ -78,7 +78,6 @@
@Limitless::LineChart([
'titles' => ['Chart 1', 'Chart 2'],
'charts' => 2,
'show-values' => true,
'categories' => $categories,
'series' => $multichartSeriesData,
])
......@@ -91,6 +90,7 @@
'y-axis-label-value-format' => '{value} users',
'data-zoom' => true,
'boundary-gap' => false,
'point-values' => true,
'animation-duration' => 2000,
'colors' => ['#8dd3c7', '#ffffb3', '#bebada', '#fb8072', '#80b1d3', '#fdb462', '#b3de69', '#fccde5', '#d9d9d9', '#bc80bd', '#ccebc5', '#ffed6f'],
'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