Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
8d66e343
Commit
8d66e343
authored
Jul 22, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - added linechart samples
parent
8e5bf50b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Index.blade.php
src/Views/Limitless/Linechart/Documentation/Index.blade.php
+1
-1
No files found.
src/Views/Limitless/Linechart/Documentation/Index.blade.php
View file @
8d66e343
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment