Commit 1b96c614 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - line chart modifications

parent e98b1aa4
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
*/ */
public function lineChart($parameters) public function lineChart($parameters)
{ {
return View('Limitless::Linechart.Chart') return View('Limitless::Linechart.LineChart')
->withCharts($parameters['charts'] ?? 1) ->withCharts($parameters['charts'] ?? 1)
->withTitles($parameters['titles'] ?? null) ->withTitles($parameters['titles'] ?? null)
->withColors($parameters['colors'] ?? null) ->withColors($parameters['colors'] ?? null)
......
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